sourhub226 / A-star-algo-visualizer-python

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 100.0%