A* Pathfinding Visualizer


  • Click and/or drag on empty cells to draw walls
  • Visualize to see the A* algorithm at work
  • Create random walls at a 30% rate
  • Make sure to reset grid before visualizing again!
  • Legend:
  • Cells in the Open Set (newly discovered cells)
  • Cells in the Closed Set (Already assesed cells)
  • Optimal Path