Maze — Random Maze Generator & Navigator
Navigate a randomly generated maze from start to finish using arrow keys or on-screen buttons.
How to play
- Use the arrow keys (or WASD) to move the blue dot through the maze.
- You can also tap the on-screen direction buttons on mobile.
- Start is the green cell (top-left area); exit is the door icon (right edge).
- Find a path from start to exit — every maze is randomly generated and solvable.
Navigate the blue dot through a randomly generated maze to the door exit. Use arrow keys (WASD also works) or the on-screen direction buttons. Each game is a unique maze.
Frequently asked questions
- How is the maze generated?
- Using recursive backtracking — a depth-first search that carves paths through a grid of walls, guaranteeing a fully connected, solvable maze.
- Can I use WASD?
- Yes — WASD works in addition to the arrow keys.