This project implements the A* searching algortihm by taking the starting and ending points as input from the user and then visually mark the shortest possible path between the two points.
Built on python using Tkinter and pygame library.
Understanding A* search algorithm: http://theory.stanford.edu/~amitp/GameProgramming/AStarComparison.html
To install pygame