# Simple Adventure Game A rule-based text adventure game built with Python. This game was developed as a graduation project for DECI Level 2. ## Project Overview 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. ## Features - Rule-based decision making - Multiple game paths and endings - Text-based interaction with the player ## Technologies Used - Python 3.x ## My Role 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. ## How to Run 1. Make sure you have Python 3 installed on your machine. 2. Clone this repository. 3. Run the game script using the command: ```bash python adventure_game.py