zenith391 / Stella-Dei

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

Home Page:https://zenith391.itch.io/stella-dei

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://zenith391.itch.io/stella-dei

License:GNU General Public License v3.0


Languages

Language:Zig 92.1%Language:GLSL 6.7%Language:C 1.2%