Pathfinding Algorithms
A visualizer for the core search algorithms used in AI and game development. Special thanks to Amit Patel and his cool tutorials for providing me with the inspiration. #MadeWithUnity
A visualizer for the core search algorithms used in AI and game development. Special thanks to Amit Patel and his cool tutorials for providing me with the inspiration. #MadeWithUnity The project is written primarily in C#, distributed under the MIT License license, first published in 2017. Key topics include: a-star-algorithm, a-star-path-finding, a-star-search, algorithm, algorithm-visualisation.
Search algorithms visualizations.
Inspired by http://www.redblobgames.com/
Depth First Search

Breath First Search

Uniform Cost Search (Special case of Dijkstra's algorithm)

Best First Search

A* Search (Stable priority queue implementation)
Euclidean distance heuristic:

Manhattan distance heuristic:

Contributors
Showing top 1 contributor by commit count.
This article is auto-generated from kbrizov/Pathfinding-Algorithms via the GitHub API.Last fetched: 6/26/2026
