Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 948 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 948 Bytes

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