Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.

app-screenshot

GUI made in python using [`pygame`](https://pypi.org/project/pygame/) module.

Install `pygame` using the following command

pip install -r requirements.txt