Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Path Planning

Find the Shortest Path Through a Maze

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

See this demo in action

This demo can be viewed at https://algorithmia.com/demo/pathplan

Run it yourself

This demo only contains frontend code and requires no specialized hosting (or even a server).

  1. download the repository
  2. edit /JavaScript/pathplan/public/js/main.js to place your own API Key (free signup) in the line containing Algorithmia.client
  3. if you have not already, run the setup steps outlined in /PUBLISH.md
  4. build the demo: grunt build:pathplan
  5. open /build/pathplan/index.html in a web browser Find more information in the Algorithmia Developer Center or the API Docs.