forked from primaryobjects/maze
-
Notifications
You must be signed in to change notification settings - Fork 0
alishersuyunov/maze
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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
About
A simple maze solver in Javascript and HTML5, using the Tremaux algorithm to find the path through.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 67.1%
- HTML 31.2%
- CSS 1.7%