Play Maze

Use arrow keys or WASD to navigate. Swipe on mobile. Reach the red goal to win.

Controls

Arrow keys, WASD, or swipe on mobile. D-pad appears on touchscreen devices.

Objective

Navigate from the blue player to the red goal. Try to match the optimal step count.

Algorithm

Mazes are generated using recursive backtracking (DFS) with seeded random number generation.