ZDDduesseldorf / zdd-adventure-test

Student project to create an old-school text adventure.
MIT License
4 stars 4 forks source link

zdd-adventure

Student project to create an old-school text adventure.

Install & start

Then:

Or to install the package (and all dependencies):

pip install -e .

Then run in Python:

from zdd_adventure.start_adventure import start
start()