Student project to create an old-school text adventure.
- git clone
- enter folder
Then:
- run:
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()