๐ช Treasure Hunt Game
This is a simple text-based Treasure Hunt game built with Python. It uses nested if-else statements to guide the player through different choices.
The player must choose the correct path and make the right decisions to reach the treasure chest. If they succeed, the game ends with an ASCII art chest opening ๐.
๐น How to Play
-
Run the program in your Python environment.
-
Follow the on-screen prompts.
-
Choose wisely โ wrong choices will end the game!
-
Find the right path to unlock the ASCII treasure chest.
๐ Features
Simple and beginner-friendly code using nested if-else.
Multiple endings depending on player choices.
Fun ASCII art for the final treasure chest.