Stella Dei is a sandbox game about creating planet and influencing it with your unlockable divine abilities in order to create and maintain life, civilizations, and maybe help them expand beyond.
Careful. At some point you’re just playing god.
It's also inspired by SimEarth.
The game requires:
- Zig
2024.5.0-mach
(0.13.0-dev.351+64ef45eb0
)
$ git clone https://github.com/PixelGuys/Stella-Dei && Stella-Dei
$ zig build
And now you've got an executable located inside zig-out/bin/
. If you want to directly run the game, just do:
$ zig build run
To distribute an executable for Windows, use:
$ zig build -Dtarget=native-windows -Dcpu=x86_64_v2 -Doptimize=ReleaseSafe