Skip to content

SimEarth-like sandbox game where you can make and develop your very own planet

License

Notifications You must be signed in to change notification settings

zenith391/Stella-Dei

Repository files navigation

Stella Dei

Stella Dei

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 carefully inspired by SimEarth.


Compiling

Dependencies

The game requires:

Building from source

$ 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