Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1.03 KB

README.md

File metadata and controls

18 lines (10 loc) · 1.03 KB

made-with-python CodeFactor contributions welcome ViewCount

A* Path Finding Algorithm

A visual representation of how a computer goes down the process of finding the shortest path between any 2 points using the A* path finding algorithm.

app-screenshot

GUI made in python using pygame module.

Install pygame using the following command

pip install -r requirements.txt