A proof of concept path finding application.
Create points on a grid and see the paths between them according to different search algorithms.
- Choose the dimensions for your grid.
- Set your start and end points.
- Set some obstacles.
- Choose your search algorithm.
- Click
See Path
and see the path from your start point to your end point according to the selected algorithm.
See it in action here. (Give it a minute to wake up. Heroku apps sleep when they are not in use!)
>docker-compose build
>docker-compose up