[Python] Maze3D - Game - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Software Libraries (/forum-10.html) +--- Forum: HP Prime Software Library (/forum-15.html) +--- Thread: [Python] Maze3D - Game (/thread-19865.html) |
[Python] Maze3D - Game - Yoo - 04-29-2023 04:56 PM 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. 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 ! |