AI Project

Made by Visual Studio 2017 (C++/DirectX) AI Project is a project for learning how pathfinding work by using Breadth First Search, Depth First Search, Dijkstra and A* algorithm . I uses DirectX to draw a graph search for each algorithm. Also, I created several ai behaviour such as Alignment, Arrival, Cohesion, Seek, Separation, Steering and Wander behaviour.

AI Project