Pathfinding Race
A Browser Game Visualizing Pathfinding Algorithms Made In React
Pathfinding Race is not only a pathfinding visualizer, but also a game! Multiple pathfinding algorithms will battle it out on a randomized grid, and the game is in correctly guessing which contender will reach the Goal Node first!
The six pathfinding algorithms implemented in this app are:
- Breadth First Search
- Depth First Search
- Dijkstra's Algorithm
- A-Star Search
- Greedy Best-First Search
- Bidirectional Breadth First Search
You can read more about each algorithm by clicking the 'Information' button in the app.
Enable JavaScript To Play Pathfinding Race Now!