AbraCalc

Maze — Random Maze Generator & Navigator

Navigate a randomly generated maze from start to finish using arrow keys or on-screen buttons.

Find the exit! Use arrow keys or buttons below.
Embed this tool on your site

How to play

  1. Use the arrow keys (or WASD) to move the blue dot through the maze.
  2. You can also tap the on-screen direction buttons on mobile.
  3. Start is the green cell (top-left area); exit is the door icon (right edge).
  4. 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.