A python visualization of the A* path finding algorithm. It allows you to pick your start and end location and view the process of finding the shortest path.
Python 3.x
TKinter
Pygame
1. Please Run This This Command In Your command line (CMD Or Terminal Respectivly & Assumning You Have git) in a desired path- git clone https://github.com/ahmishra/A-Star-Path-Finding-Algorithm.git
2. The Answer is simple in you command line (CMD Or Terminal Respectivly) type this command (Assuming You Have Python Installed In Your Computer):
Z:SOME-PATH> python Astar.py
You can also run A*-Path-Finding in Gitpod, a free online dev environment for GitHub:
Please Note: The GUI is a little glithcy in GitPod. For best results expand the VNC window to be full screen.