Experimental maze page which visualises some different maze generation and solution algorithms.
Click here for live version.
- Cellular Automata
- Eller's
- Hunt and Kill
- Randomized Prim's
- Recursive backtrack
- Recursive division
- Tree growing
- Breadth first
- Dead end filler
- Random mouse
- Recursive backtrack
- Trémaux
- Wall flower
Notes:
- All algorithms were are designed for easy visualisation, and as such, they lose a good deal of performance.
- All drawing is done manually on a canvas.