Skip to content

bosqk/path_finding_visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python path finding visualizer

Path finding visualizer implementing A* search algorithm using pygame alt text

How to run the program

  • Clone this repository
  • Install the modules listed in requirements.txt
  • Head over to main.py file and run the main function

How to control

  • To interact with a square press one of the keys listed below and hover mouse over it
  • (S) - starting position (only one allowed)
  • (E) - end position (only one allowed)
  • (left click) - creates a barrier
  • (right click) - undos the square
  • (P) - finds the path
  • (R) - resets the grid

About

Path finding visualizer implementing A* algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages