Maze Generation

This is an implementation of a randomized depth-first search algorithm for maze generation. The dots show which cells are on the stack, and the shaded cell is what's on top of the stack.

Click to generate a new maze.