A rule-based text adventure game built with Python. This game was developed as a graduation project for DECI Level 2.
This is a simple, interactive adventure game where the player makes choices based on predefined rules. The game progresses through different scenarios depending on the player's decisions, showcasing the use of conditional logic and basic Python programming concepts.
- Rule-based decision making
- Multiple game paths and endings
- Text-based interaction with the player
- Python 3.x
I designed and implemented the entire game logic, including scenario branching and user interaction. This project helped me strengthen my skills in Python programming, control flow, and debugging.
- Make sure you have Python 3 installed on your machine.
- Clone this repository.
- Run the game script using the command:
python adventure_game.py