Javascript Maze Solver

A simple maze solver, created with Javascript and HTML5. Traverses a maze and uses either a depth-first search (Tremaux algorithm) or a smart search (A* search algorithm) to find its way through. Oh, did I mention you can make your own maze with JSON, right in the url?

Nerdy Details
Build a Maze

No HTML5? Seriously?

comments powered by Disqus