A* Path Finding Algorithm(Visualization)

Profile Picture
- Published on Jun 8, 2017馃審 Public

In this video I demonstrate the A* shortest path algorithm using python 3.5. The program written in this video was made by myself about 2 years ago. I have made the code available to anyone who would like to use it or look at it! Just click the link below and run the .py script. Make sure you download and install python first and install the pygame module. File Download: http://www.filedropper.com/astar Python: https://www.python.org/downloads/ Pygame: http://www.pygame.org/download.shtml