Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.18 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.18 KB

A-Star-Path-Finding-Algorithm

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.

Requirements

Python 3.x
TKinter
Pygame

How Do I Run This Type Of File (*.py) ?

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

Or, Run It In Gitpod-

You can also run A*-Path-Finding in Gitpod, a free online dev environment for GitHub:

Open in Gitpod

Please Note: The GUI is a little glithcy in GitPod. For best results expand the VNC window to be full screen.

For More Information Please Visit Here- https://en.wikipedia.org/wiki/A*_search_algorithm