PF-Visualization is a JavaScript project that allows visualization of different pathfinding algorithms.
- A*
- Dijkstra
- BestFirst
- BreadthFirst
- Bi-Directional A*
- Bi-Directional Dijkstra
Clone this repo to your local machine using :
git clone https://github.com/alin-plamadeala/pf-visualization.git
Open the index.html
file in your browser.
A help guide with information about the controls will appear.