Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 23 hours 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-17T04:54:33.000Z (over 3 years ago)
- Last Synced: 2023-03-10T05:16:27.655Z (over 1 year 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: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![made-with-python](https://img.shields.io/static/v1?label=Made%20with&message=Python&logo=python&labelColor=FFD745&color=3475A7)](https://www.python.org/)
[![CodeFactor](https://www.codefactor.io/repository/github/sourhub226/a-star-algo-visualizer-python/badge)](https://www.codefactor.io/repository/github/sourhub226/a-star-algo-visualizer-python)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/sourhub226/A-star-algo-visualizer-python/issues)
![ViewCount](https://views.whatilearened.today/views/github/sourhub226/A-star-path-finding-algorithm-visualizer-python.svg)# 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