cloud-tinkerers / learn-python-game

A Web based Python Learning Game
MIT License
1 stars 0 forks source link

Python Puzzle Quest: Game Outline

Python Puzzle Quest is an educational puzzle game with the goal of teaching Python and object-oriented programming.

The game will run in a web browser, with Python code execution handled by Brython, an implementation of Python 3 that runs in the browser. The game interface and interaction will be handled with HTML, CSS, and JavaScript.

1. Game Concept

2. Game Design

3. Game Levels

4. Game Development

5. Game Features

6. Game Continuation Ideas

Links and Resources