A Pyxel game by Eli & son. A fork of MazeWalkGame by Hiekichi.
- A dot-eating maze game with JPRG style battles.
- Game created for programming learning with children
Hey kids! Let's get the game running on your computer. Follow these fun steps:
-
First, make sure you have Python installed on your computer. Ask a grown-up if you need help!
-
Open a terminal or command prompt. It's like a special window where we can type magic commands!
-
Let's create a special playground for our game:
python -m venv maze-game-world
-
Now let's step into our playground:
- On Windows, type:
maze-game-world\Scripts\activate
- On Mac or Linux, type:
source maze-game-world/bin/activate
- On Windows, type:
-
Let's get the Pyxel game engine (it's what makes our game work):
pip install pyxel
-
Time to play! Run the game with:
python maze-man-rpg.py
-
If the game doesn't start, try:
python3 maze-man-rpg.py
When you're done playing, you can exit our playground by typing deactivate
in the terminal.
- Avoid ghosts while eating dots.
- Controls: gamepad or keyboard.
- Only one level.
- Game over if your character gets caught (no extra lives).
- There are 4 types of enemies, each with different movement patterns.