Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 760 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 760 Bytes

PyPI version

whimsylib

A game engine for text-based games, inspired by adventurelib.

This is currently the game engine behind cronenbroguelike.

Develop

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

Release

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.

API Documentation

Coming soon!