A* Algorithm implemented in JS and shown using p5js
https://lorenzomarsicano.github.io/AStarJS/
- Let the user choose starting and ending points;
- Nicer web page;
- Add controls for starting, stopping, pausing and stepping the simulation;
- Add controls for Grid Size;
- Add control for generating another grid without refreshing;
- Clean All The Code;
- Let the user add and remove obstacle;
- Add option to clean all the obstacles;