Skip to content

A visual representation of A* path finding algorithm made in python

Notifications You must be signed in to change notification settings

sourhub226/A-star-algo-visualizer-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b1debe2 · Jun 17, 2021

History

13 Commits
Jun 17, 2021
May 31, 2021
May 10, 2021
May 10, 2021

Repository files navigation

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