Maze Game
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
The source code for this project can be found on GitHub here.
Contact me at leif.martens-wallace@mail.mcgill.ca for any inquiries.
| Status | Released |
| Platforms | HTML5 |
| Author | Lillie |
| Genre | Simulation |
| Made with | Unity |
| Tags | 2D, algorithm-simulation, maze |



Comments
Log in with itch.io to leave a comment.
I think the arrow keys should also move you, since that's what I tend to default to in a keyboard only game.