Skip to content

enygma/text-etp-s04e03

Repository files navigation

Text Adventure - Descent of the Cullodens

Chapter 3 - I’d Kill You If I Had My Gun!

This game makes use of the Adventurelib Python library.

Source: PDF

Link: Escape This Podcast (S04E03)

To play

python3 ./run.py

NOTE: If it's your first time running it, you'll need to install the adventurelib and colored packages: pip install adventurelib colored

For debugging

You can also run in debug mode to get actual error messages when something goes wrong:

python3 ./run.py --debug

Using Docker

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