This game makes use of the Adventurelib Python library.
Source: PDF
Link: Escape This Podcast (S04E03)
python3 ./run.py
NOTE: If it's your first time running it, you'll need to install the
adventurelib
andcolored
packages:pip install adventurelib colored
You can also run in debug mode to get actual error messages when something goes wrong:
python3 ./run.py --debug
This project also includes a Dockerfile. Use run it using Docker, use the following commands:
docker build -t escape-room .
docker run -it escape-room