"Python Adventures: The Path of Invoker" is an interactive, story-driven game designed to teach basic Python programming skills. Guided by the legendary hero Invoker, players solve coding challenges and puzzles to save their digital world.
Earn badges as you progress through the game:
- Clone the repository:
git clone https://github.com/yourusername/python-adventures-invoker.git
- Navigate to the project directory:
cd python-adventures-invoker
- Install the dependencies:
pip install -r requirements.txt
Run the main game script:
python src/main.py