zenith391/Stella-Dei
SimEarth-like sandbox game where you can make and develop your very own planet
e36116987d11c4a28ab8a03ab62d71be8b81404a.tar.gz
d9dbbe22b5f7b5f1f4772169ed93ffeed8e8124d.tar.gz
95bacce05bce0622039be6db46145d5f378ba50f.tar.gz
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:
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