Text-based Adventure Game is an interactive Python game where players navigate through a mysterious world, making choices that impact the game's outcome. The game presents various scenarios, each with its own set of decisions that will determine the player's journey.
- Multiple rooms with unique challenges and encounters
- Engaging storyline with different possible endings
- Simple text-based interface for easy gameplay
- Ensure you have Python 3.x installed on your system.
- Download or clone the game repository.
- Open your terminal or command prompt and navigate to the game directory.
- Run the
text_based_adv_game.py
script using the commandpython text_based_adv_game.py
. - Read the instructions and make choices by entering the corresponding numbers or keywords.
- Enjoy your adventure and see where your decisions lead you!