Pathfinding Visualizer - GitHub Pages
bengavrilov.github.io › Path-Finding-VisualizerThis application visualizes the pathfinding algorithms in action! All of the algorithms in this application are adapted to a 2D grid and allow for 4-directional movement. Movement between nodes has a 'cost' and is always 1 unless there is a wall in the path; in this case the 'cost' is infinity thus forcing the pathfinder to find a cheaper route.