HP Forums

Full Version: [Python] Maze3D - Game
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All,

Second app on the HP Prime in python.

2D map and "3D like" view.
Goal is to find path to the exit.

Basic commands :
- Up : Move forward
- Left, Right : Rotate in the cell

- "On" key to exit.

[Image: Screenshot%201.png?raw=true]

Links:
Source : github
Package : v0.2

Know defect : Sometime a wall is buggy (can move from 1 cell to other only in 1 direction.. Need to check the maze generator).
Report issues on the project

Note: I created a small font function inspired from HP48 small fonts.

Enjoy !
Reference URL's