An open API service indexing awesome lists of open source software.

https://github.com/primaryobjects/maze

A simple maze solver in Javascript and HTML5, using the Tremaux algorithm to find the path through.
https://github.com/primaryobjects/maze

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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