Pathfinding Algorithm Visualizer

This unity project contains 4 main pathfinding methods for you to see.

  • Breadth-First Search
  • Depth-First Search
  • Dijkstra
  • A*

--> Files containing each class are located in ./Assets/Scripts/PathFinder You are able to change start and end points and add obstacles.

Screenshot 2023-07-27 203802

Screenshot 2023-07-27 203948