Space Cruise by PeaupOte
Hi everybody !
I combined 2 very different games: space invaders and SimCity. You control a spaceship and travel through the galaxie and at the same time you have to manage your ship and its crew.
Decisions you take or events that take place on one side have consequenses on the other: for instance people inside the ship are affected by the ship's movements. If the ship is hit by an asteroid, buildings inside the ship lose life points.
To win, your ship must reach a population of 50.
I made my project in Golang on Linux and I did not find a way to export an executable on another OS. I am very sorry but untill I fix this issue you will need to build the project on your own. Don’t worry it’s not too difficult, these are the steps to do so:
- install Golang here
- run in terminal
go get github.com/Peaupote/ludum-dare-41
I am so sorry about this...
If you find any issue or have any question, you can write it here so I could fix or answer it
Thank you so much !


| Source code | https://github.com/Peaupote/ludum-dare-41 |
| Original URL | https://ldjam.com/events/ludum-dare/41/space-cruise |
Ratings
| Given | 2🗳️ | 0🗨️ |
I will play and rate your game later because I am on my Windows machine right now and I have no C compiler installed. For your future entries you may consider [my prototype library](https://github.com/gonutz/prototype) which I used for [my entry (shameless plug)](https://ldjam.com/events/ludum-dare/41/no-brain-jogging). With it I was able to create a single static Windows exe that runs on pretty much every Windows machine out there without any dependencies. It also works on a fresh install of Linux Mint so I guess the Linux deploy is also just running the program without installing any libraries.
I will be back shortly after playing this on my Linux machine!