Randomly generated mazes.
Control the purple cursor with arrow-keys to reach the green exit. Reload the page to generate a new maze.
You can change the maze generation and visualization using the following URL query parameters:
builderdivisionprimvisualizespeedvisualize to slow down the animation even more.
If visualize is set, the default value is 150 milliseconds, otherwise the default
is 0.
gridSizehideEntryExitcolor#cc9900.
This can be any valid CSS color
string.
%23 in the URL.
For example ?color=%23a0522d (for #a0522d).
Example A – Generate static black and white maze without icons:
maze.htm?builder=prim&color=black
Example B:
maze.htm?builder=division&visualize&gridSize=2&color=darkred