Skip to content

Implementation and a visual demonstration of A* search algorithm using pygame and Tkinter for GUI.

Notifications You must be signed in to change notification settings

strmrider/Pathfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pathfinder

Implementation and a visual demonstration of A* search algorithm using pygame and Tkinter for GUI.

The program finds the shortest path between two points on a 2D grid, containing blocks or premitted routes only, set by the user.