Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 469 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 469 Bytes

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