Skip to main content

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

Project description

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.

python -m venv venv
source venv/bin/activate
pip install -r requirements/requirements-dev.txt

Release

Update the version number in setup.py, create the release files, and upload them to PyPI.

pip install -r requirements/requirements-release.txt
python setup.py sdist bdist_wheel
twine upload dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

whimsylib-0.0.1.tar.gz (14.7 kB view hashes)

Uploaded Source

Built Distribution

whimsylib-0.0.1-py3-none-any.whl (31.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page