Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 969 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 969 Bytes

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