This is zero-player game.
- Several types of cells
- Several types of terrains
- Ability to parametrize many settings
- 📖 standard Go project layout (or not 😐)
- 💿 github CI/CD + Makefile included
- 🗃️ WebAssembly support
- run with
make
(rebuild binaries) and go to localhost:9091 - rebuild WebAssembly with
make wasm
- start with
make server
(in docker mode) and go to localhost:8989 - test with
make test