Castle of Riddles Escape Room is a text-based adventure where you solve riddles to escape from a castle. Explore different rooms, find clues, and avoid traps to win the game!
- You start in the Tower. Explore the room to find items.
- Solve clues to unlock doors and move to the next room.
- Beware of traps! Wrong answers might send you back or end the game.
- Solve all the riddles and avoid traps to escape the castle!
- Rooms: Tower, Library, Living Room, Kitchen, Dungeon, Outside.
- Items: Objects, Clues, and Doors.
- Objects: Just things you can look at.
- Clues: Riddles you need to solve to unlock doors.
- Doors: Move you to the next room if you've solved the riddle.
To play the game on your local machine, follow these steps:
-
Clone the repository:
Download the game files to your computer using the following command:
git clone https://github.com/your-username/castle-of-riddles.git
-
Navigate to the folder:
Open your terminal or command prompt and navigate to the directory where the game was downloaded:
cd castle-of-riddles -
Run the game:
Start the game by executing the following command:
python game.py
That's it! You can now play the game by following the instructions that appear in the terminal.

