Pathfinding Visualizer

   Source Code | Website

The Pathfinding Visualizer was a project I wrote to begin learning JavaScript. It allows the user to draw walls and weights onto a grid which is then used as the based for a pathfinding visualization. It currently has A* and Dijkstra’s pathfinding algorithms implemented with an easy pathway to adding more.