Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 472 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 472 Bytes

AStarJS

A* Algorithm implemented in JS and shown using p5js

Live demo

https://lorenzomarsicano.github.io/AStarJS/

ToDo Next:

  • 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;