Skip to main content

Minimal game engine to create and play text-edit adventures

Project description

TEA Maker

teamaker

Minimal game engine to create and play text-edit adventures.

Python package

Install

pip install virtualenv
virtualenv venv --python=python3 
source venv/bin/activate
pip install -r requirements.txt

Run

source venv/bin/activate
python game.py examples/house_story.py

Then open openme.txt with your text editor.

Note on text editor For improved experience, your text editor should support auto-reload of externally modified files, without any prompt.

We strongly suggest the (open-source) Notepad2 as modified by sheepolution in And yet it hurts exactly for this reason.

Test

python game.py examples/house_story.py -t examples/house_story.test

Notes

Icon by Jacob Halton.

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

teamaker-0.0.1.tar.gz (12.0 kB view hashes)

Uploaded Source

Built Distribution

teamaker-0.0.1-py3-none-any.whl (10.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