maze icon indicating copy to clipboard operation
maze copied to clipboard

A simple maze solver in Javascript and HTML5, using the Tremaux algorithm to find the path through.

Maze Solver

A simple maze solver, created with Javascript and HTML5. Traverses a maze and uses a depth-first search (called Tremaux's algorithm) to find its way through. Includes the ability to create your own maze with JSON, right in the url.

See the demo at http://www.primaryobjects.com/maze