Skip to content

p-aragones/path_finding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fa17e43 · Nov 14, 2023

History

16 Commits
Feb 18, 2021
Nov 14, 2023
Feb 18, 2021
Apr 14, 2021

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