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

https://github.com/gameidea-studio/a-star-algorithm

a* algorithm implementation in python for my a star path finding post
https://github.com/gameidea-studio/a-star-algorithm

a-star a-star-algorithm astar-algorithm optimization-algorithms

Last synced: 23 days ago
JSON representation

a* algorithm implementation in python for my a star path finding post

Awesome Lists containing this project

README

          

# A* algorithm

![image](https://github.com/gameidea-org/a-star-algorithm/assets/38527141/d8a70ae9-6e93-49b0-801b-715c9a40dff5)

It is the code repository for my [A star algorithm](https://gameidea.org/2023/12/04/pathfinding-using-a-algorithm/) tutorial on my website. Feel free to do whatever you want to do with it.

## Notes
1. I suggest you read [dijkstra algorithm](https://gameidea.org/2023/11/30/pathfinding-using-dijkstras-algorithm/) first before starting A*.