C++ – TL-Engine
Video – Github
In my Game Development course, an assignment was given to us was about various types of path finding and we had to construct a scene which works off a 2D grid with a coordinate map to display obstacles. We would then plot the most efficient and optimal route found by an implemented A* Algorithm and display for a user to see.