A game engine for text-based games, inspired by adventurelib.
This is currently the game engine behind cronenbroguelike.
Set up a virtualenv and install the dev requirements.
python3.8 -m venv venv
source venv/bin/activate
pip install -r requirements/requirements-dev.txt
Update the version number in setup.py
, and then push a new tag with that version number. This will trigger a Github Action that publishes the new version to PyPI.
Coming soon!