A text-based adventure game built with Python where players navigate choices to find hidden treasure or encounter game-ending scenarios.
- The player starts at a crossroads and chooses to go "left" or "right".
- Depending on the choice, the story progresses to a lake where the player can "wait" for a boat or "swim" across.
- Upon reaching the island, the player selects a door color-red, blue, or yellow-with each choice leading to different outcomes.
- The ultimate goal is to find the treasure behind the correct door.
Welcome to treasure Island!
you're at $ symbol, where do you want to go? Type "left" or "right".
> left
you've come to lake. There is an island in the middle of the lake. Type "wait" to wait for a boat OR type "swim" to swim across
> wait
You have arrived at the island unharmed. There is a house with doors of distinct colours red, blue and yellow which colour will you choose?
> yellow
You found the treasure : YOU WIN!
- Run the script using Python:
python main.py
- Follow on-screen prompts to make choices by typing responses.
- Python 3.x
The wonderful treasure map ASCII art was sourced from ascii.co.uk/art to enhance the adventure atmosphere.