Pathfinding Algorithm Demo
About
Description: This is a demo of the Djikstra and A* algorithms for traversing a graph of nodes. Programmed using C++ and rendered with the OpenGL library. I made this project as I was getting acquainted with learning how to program algorithms through an Object-Oriented programming paradigm.
https://en.wikipedia.org/wiki/Pathfinding
Date: June, 2016
Duration: 1 week