Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zenith391/stella-dei
SimEarth-like sandbox game where you can make and develop your very own planet
https://github.com/zenith391/stella-dei
3d-game game multiplatform sandbox sandbox-game simulation-game zig
Last synced: 19 days ago
JSON representation
SimEarth-like sandbox game where you can make and develop your very own planet
- Host: GitHub
- URL: https://github.com/zenith391/stella-dei
- Owner: zenith391
- License: gpl-3.0
- Created: 2021-10-26T15:22:06.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-06T15:12:56.000Z (4 months ago)
- Last Synced: 2024-10-15T02:43:39.881Z (about 1 month ago)
- Topics: 3d-game, game, multiplatform, sandbox, sandbox-game, simulation-game, zig
- Language: Zig
- Homepage: https://zenith391.itch.io/stella-dei
- Size: 98.1 MB
- Stars: 40
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Stella Dei
![Stella Dei](https://img.itch.zone/aW1nLzkxNjc2MTEucG5n/original/NH55dr.png)
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:
- Zig [`2024.1.0-mach`](https://machengine.org/about/nominated-zig/) (`0.12.0-dev.2063+804cee3b9`)### Building from source
```sh
$ 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:
```sh
$ zig build run
```To distribute an executable for Windows, use:
```sh
$ zig build -Dtarget=native-windows -Dcpu=x86_64_v2 -Doptimize=ReleaseSafe
```