Cosmos Journeyer is a space exploration game running directly in the browser! Take your spaceship and witness the beauty of this virtually infinite universe.
From stellar black holes and fully explorable planets down to single grass blades, to asteroid fields, your journey will be unforgettable.
You can play freely from the main website of the project at cosmosjourneyer.com
You can also play locally! You can get an installer for your system by going to the latest release.
If you want the cutting edge version, follow these steps:
npm install -g pnpm
)git clone https://github.com/BarthPaleologue/CosmosJourneyer.git
pnpm install
pnpm build
pnpm serve:prod
To update your local version, either download the latest installer or run git pull
in your local install.
Once Cosmos Journeyer has started, simply start a new game: tutorials will guide you through the basics of the game as you play.
You can pause the game at any time by pressing ESC
and access the main menu to have a look at the keybindings, view the credits, and save your game.
The game has auto-saves, so you can quit at any time and resume your game later from where you left off.
If you encounter any bugs or want to request features, please open an issue or send an email to barth.paleologue@cosmosjourneyer.com.
For general discussion and sharing screenshots, visit the official subreddit.
For my detailed vision for the project, please refer to the VISION.md file.
Why make Cosmos Journeyer when games like Elite Dangerous, Star Citizen, No Man's Sky or Kerbal Space Program already exist?
There are many reasons of course but here are the main ones:
Contributions are welcome! There is too much to do for one person alone.
If you want to contribute, you will find guidelines and ideas here.
Thank you to all the people who have contributed to Cosmos Journeyer!
Help me make Cosmos Journeyer a reality! The development is time-consuming but generates no revenue by itself.
Sponsoring the project on Patreon or GitHub Sponsors will help secure the future of the project.
The project also has a ko-fi page at https://ko-fi.com/cosmosjourneyer if you feel like buying me a coffee!
You can have a look at the roadmap of the project on the website at https://cosmosjourneyer.com/
The deadlines are not set in stone and can be moved around as I am not working full time on the project.
Explore telluric planet and moon surfaces from your spaceship or by foot.
Travel between worlds without any loading screens.
Planet surfaces are filled with procedural vegetation, rocks and butterflies to make them feel more alive.
Cosmos Journeyer generates a virtually infinite amount of star systems that all have a star, planets, and sometimes moons.
Cosmos Journeyer is built using the following technologies:
npm install -g pnpm
git clone https://github.com/BarthPaleologue/CosmosJourneyer.git
cd CosmosJourneyer
pnpm install
To build the web version of Cosmos Journeyer, run pnpm build
. Everything will be built in the dist
folder.
To start the production server version, run pnpm serve:prod
. The development version can be started with pnpm serve
.
Cosmos Journeyer can be built as a desktop application using Tauri.
To find what dependencies your OS is missing, run pnpm tauri info
.
Then you can build the application with pnpm tauri build
or run the dev version with pnpm tauri dev
.
The build artifacts will appear in src-tauri/target/release/bundle/<platform>
.
Cosmos Journeyer has unit tests and end-to-end tests.
You can run the unit tests with pnpm test:unit
and the end-to-end tests with pnpm test:e2e:docker
.
Cosmos Journeyer uses Prettier for code formatting. You can format the code with pnpm format
.
Cosmos Journeyer uses ESLint for linting. You can lint the code with pnpm lint
.
The documentation is online at https://barthpaleologue.github.io/CosmosJourneyer/doc/
Additionally, the ARCHITECTURE.md file contains a big picture explanation of the architecture of the project.
To build it locally, run pnpm doc
and then pnpm serve:doc
to serve it at localhost:8081
.
Cosmos Journeyer is a free and open-source software licensed under the terms of the GNU AGPL License. Look at the LICENSE.md file for the full license text.
All credits can be found in the credits panel of the game.