https://github.com/sourhub226/a-star-algo-visualizer-python
A visual representation of A* path finding algorithm made in python
https://github.com/sourhub226/a-star-algo-visualizer-python
a-star algorithm artificial-intelligence astar astar-algorithm gui pathfinding pygame python python-pygame visualization
Last synced: 2 months ago
JSON representation
A visual representation of A* path finding algorithm made in python
- Host: GitHub
- URL: https://github.com/sourhub226/a-star-algo-visualizer-python
- Owner: sourhub226
- Created: 2020-08-23T17:16:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-17T04:54:33.000Z (almost 4 years ago)
- Last Synced: 2025-01-15T19:34:43.277Z (4 months ago)
- Topics: a-star, algorithm, artificial-intelligence, astar, astar-algorithm, gui, pathfinding, pygame, python, python-pygame, visualization
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://www.python.org/)
[](https://www.codefactor.io/repository/github/sourhub226/a-star-algo-visualizer-python)
[](https://github.com/sourhub226/A-star-algo-visualizer-python/issues)
# 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.
GUI made in python using [`pygame`](https://pypi.org/project/pygame/) module.
Install `pygame` using the following command
pip install -r requirements.txt