pygame is
pygame.org is
|
A* Pathfinding Algorithm
A* Pathfinding Algorithm - 2.2Canio Massimo Tristano (keebus)Tags:DescriptionThis is a A* pathfinding algorithm demo working with pygame. Just run the run.py file. Red cell means it's in the CLOSED list, green in the OPEN list (cells still to check). The numbers in cells are g (the cost), h ( the heuristic) and f ( the total score, f = g + h). Thanks and enjoy. ChangesPossibility to save/load the map and other improvements. Links
ScreenshotReleases
Pygame.org account CommentsIf you wish to leave a comment with your pygame.org account, please sign in first.
|
|