Maps Route Planner using A* Search Algorithm

A small project programmed in Python that taught me the fundamentals of Path planning and search algorithms and how to implement these ideas using the powerful backbone of Object Oriented Programming. Full source code with visualization tools can be found at Git Repo below.