Skip to content

p-aragones/path_finding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Path finding project using pygame for the GUI and A* for the algorithm.

INSTRUCTIONS:

  • SPACEBAR to generate a random map
  • RETURN to run program with current random map

REQUISITES:

  • pygame
  • python3

Known bugs:

  • when generating new grid, it may try to find the previous start and end
  • can get stuck when previous start or end points are now blocked by obstacles, making it impossible to reach end goal

About

A* pathfinding algorithm using pygame for the GUI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages