Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.04 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.04 KB

Python Adventures: The Path of Invoker

Python Adventures_ The Path of Invoker

Overview

"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.

Badges

Earn badges as you progress through the game: Novice Coder Variable Master Control Flow Conqueror

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/python-adventures-invoker.git
  2. Navigate to the project directory:
    cd python-adventures-invoker
  3. Install the dependencies:
    pip install -r requirements.txt

Usage

Run the main game script:

python src/main.py