path
pygame 839
2d 773
arcade 739
game 393
puzzle 339
python 339
shooter 267
strategy 253
action 220
space 152
other 152
libraries 151
simple 143
platformer 133
multiplayer 126
rpg 117
retro 96
applications 93
3d 85
gpl 82
pyopengl 74
snake 72
pyweek 71
geometrian 68
library 66
gui 63
physics 60
engine 59
simulation 55
adventure 49
AStar
A simple python implementation of the A* (a-star) path finding algorithm. The source contains the algorithm and a simple proof-of-concept example using pygame. The code only implements support for a plain square map but it should be fairly simple to implement support for any map type. If you have any questions regarding this don't hesitate to ask.Fugu path finding demo
A demonstration of a simple path finding algorithm.A* Pathfinding Algorithm
Simple implementation of the A* pathfinding algorithm using pygame.Hex stuff
It's an hexagonal map implementation with some nice extras such as pathfinding and heightmap loading.PathGetter
a function to browse the files and returns a path.