Skip to content

MlHsieh/Pathfinding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pathfinding

A* Path finding visualization in python. Implemented with pygame and pygame zero

Dependency

pygame pgzero

Screenshots

pygame

pygame screenshot Find the shortest path from top-left corner to buttom-right corner, with obstacles generated randomly.

pygame zero

pygamezero screenshot Find the shortest path from A to B. Basically the same as the pygame version. Added total path length (numbers shown inside each grid). Text rendering is eaiser with pygame zero's wrappers, but the overall rendering is slower.

About

A* pathfinding visualization in python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages