A downloadable game for Windows, macOS, and Linux
About
This game is my submission for the LibGDX game jam. Due to a lack of time, it is more a prototype than a final game, but you can play it anyway :)
If you want to learn about the development of this game, have a look at the DevLog:The source code is available atGitLab.
The Game
You are the owner of a small space station, orbiting a gas giant. In order to keep your people alive, you have to mine resources, increase your station and have a steady supply of oxygen, food and water.
Things aren't easy, so you have to manage the storage space carefully. If your storage is filled up with CO2 and there's no space left for oxygen, your people will suffocate.
But don't worry, if people die, you can create new ones through the cloning facility (if you have one...).
But that will cost you some biomass and other resources.
Getting started
First of all, every space station needs storage for gases, liquids, solids and energy. If a storage is full, your machines stop producing! So make sure that you have always enough space.
Most buildings will cost metal and electronics, but some will need a bit more, like plastic. To get metal, you need aMeteor Collector, which will produce rocks. TheRock Crusher can use those rocks to produce metal and silicon.
To generate electronics, you need aCircuit Factory. It will then generate electronics out of silicon and plastic. But how do we get plastic? Plastic is generated by thePlasticGen, which will in turn need again other things...
So as you can see, you have a lot to do. At the beginning it might happen that your people will die pretty fast, so I guess, you will have to reload a lot of savegames ;)
Controls
Everything can be done with a mouse. You select something in the menu and place it via a left click. If you're done with placing, you can make a right click to deactivate the selected tool.
To move the camera you just hold the middle mouse button down and move around. Just like in Blender or Gimp.
| Status | Released |
| Platforms | Windows,macOS,Linux |
| Author | InfectedBytes |
| Genre | Simulation |
| Tags | Space,Space Sim |
This game is based on Java, so in order to play it, you need to have Java installed.
To start the game, just run the file with the Java Runtime. It will then generate a savegame folder in the same directory.
Log in with itch.io to leave a comment.
Thanks!
Of course there is much potential for improvements and your suggestion is really nice^^
Since this was just for a gamejam, I am not working on this game anymore, but maybe I will create a new and better version someday :)
If you like you can modify the game by yourself. All game data for the generators is basically defined in a textfile inside of the archive. So you can just open the game with a tool likeWinRAR and then modify thegenerators.json file.