Student project to create an old-school text adventure.
Then:
python run.py
Or to install the package (and all dependencies):
pip install -e .
Then run in Python:
from zdd_adventure.start_adventure import start start()