This is an implementation of a maze game that I implemented in Python 3.14 using Pygame-CE. In this implementation the algorithm that randomly generates the Maze structure uses Eller's Algorithm and for path-hinting to help players find the solution of the path to the goal utilizes the classical A algorithm*.
(Logo is still a WIP)
- Auto-Maze Generation Algorithm
- Hinting Mechanic
- Score Counter
- Timer Counter
