Maze Generator

Time: 00:00:00

This maze is generated using a depth-first search algorithm with backtracking, which guarantees a solution path from the start (top-left) to the finish (red cell at the bottom-right).

How to play: Use the arrow keys to move the red player dot. You can also use the Auto Solve button to watch the solution in action. Check "Show Solution" to display the solution path.