simworld/README.gmi

23 lines
731 B
Plaintext
Raw Permalink Normal View History

2024-09-28 06:34:31 +00:00
# Simworld Lite
Simworld is a zero-player game in which players create simulated environments and ecosystems that run with no user intervention. The environments and the creatures that inhabit them are all completely defined through user-created mods. Though there's no real goal to the game, a good challenge is to create ecosystems that are self-sustaining and can thus run indefinitely.
Note: I'm not galaxy-brained enough to do the full idea at the moment, so this is the "lite" version, containing only the bare minimum to make the idea work.
2024-09-28 06:34:31 +00:00
## Build from Source
### Dependencies
#### All
2024-09-28 06:34:31 +00:00
* CMake
#### Common Library
2024-09-28 06:34:31 +00:00
* Lua 5.4
* Jansson
2024-09-28 06:34:31 +00:00
### Building
```
mkdir -p build/
cd build/
cmake ..
make
2024-10-03 00:42:30 +00:00
server/simworld-daemon
2024-09-28 06:34:31 +00:00
```