This is a demo of Algorithmia's Maze Generator and Dijkstra algorithms. First, a maze is generated with Recursive Backtracking Search, then we use Dijkstra's Algorithm to find the shortest path through the maze
This demo can be viewed at https://algorithmia.com/demo/pathplan
This demo only contains frontend code and requires no specialized hosting (or even a server).
- download the repository
- edit /JavaScript/pathplan/public/js/main.js to place your own API Key (free signup w/ 5k credits monthly) in the line containing
Algorithmia.client - if you have not already, run the setup steps outlined in /PUBLISH.md
- build the demo:
grunt build:pathplan - open /build/pathplan/index.html in a web browser Find more information in the Algorithmia Developer Center or the API Docs.