Pathfinder: Pathfinding Algorithms Demo

Project GitHub | Steering Behaviors Demo

Simple Scenario

Algorithm: AStarFinder
Path Found: Yes
Path Length: 21
Nodes Visited: 0 (Note: Count might be 0 if unavailable)
Time Taken: 2.5 ms

Maze Scenario

Algorithm: AStarFinder
Path Found: Yes
Path Length: 65
Nodes Visited: 0 (Note: Count might be 0 if unavailable)
Time Taken: 0.8 ms

Random Scenario

Algorithm: AStarFinder
Path Found: No
Path Length: N/A
Nodes Visited: 0 (Note: Count might be 0 if unavailable)
Time Taken: 0.301 ms