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.
- Host: GitHub
- URL: https://github.com/primaryobjects/maze
- Owner: primaryobjects
- Created: 2013-05-01T21:12:36.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-06-07T23:14:38.000Z (over 8 years ago)
- Last Synced: 2025-04-06T23:34:29.058Z (10 months ago)
- Language: JavaScript
- Size: 230 KB
- Stars: 34
- Watchers: 8
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
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