+<p align = "justify"> This project includes number of basic functions of ai pathfinding methods. These methods are: <a href="https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm">Dijktra algorithm</a>, <a href="https://en.wikipedia.org/wiki/A*_search_algorithm"> A star algorithm</a>, <a href="https://en.wikipedia.org/wiki/Greedy_algorithm"> Greedy Algorithm</a>, and <a href="https://en.wikipedia.org/wiki/Breadth-first_search">Breadth First Search</a>. The basic pathfinding algorithms were implemented for the purpose of providing foundation for further game development. For this reason, current project involves number of implemented function that helps Agent(AI) to operate accordingly within the game. This Program perform operations like:</p>
0 commit comments