This game is not designed to run on your device. Add it to a collection to play later, or you can try to run it anyway.

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.

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.