A body horror roguelike text adventure game
Releases for MacOS, Windows and Linux can be found on the releases page.
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python -m cronenbroguelike
See DEVELOPERS.md for more details.
Simply push a new annotated tag, and the configured Github Actions will trigger a new build + package + release cycle.
git tag -a 2.0.0 -m "Added the office floor"
This project does NOT conform to SemVer; we only push a new major version when a new floor is added.