primaryobjects / maze

A simple maze solver in Javascript and HTML5, using the Tremaux algorithm to find the path through.
34 stars 14 forks source link

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