Maze Game (itch) (Lillie)
About
Complete 10 randomly generated maze levels as quickly as you can, or mess around with graph traversal algorithms for as long as you'd like!
Controls: WASD for movement, Space to see the shortest path to the goal.
Planned additions:
- Option to select algorithms used in maze generation and pathfinding (currently defaults to DFS with backtracking for maze generation and BFS for pathfinding)
- Randomized Kruskal's and randomized Prim's for maze generation
- A* for pathfinding
Contact me at [email protected] for any inquiries.