aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 2655e036f67d7c0af646db3b6af19a3c8e352194 (plain)
1
2
# A-star-algorithm
A* Algorithm for game AI's so that they can move around. This uses heuristic methods and current path to calculate the fastest path with the minimum amount of search.