Skip to content

yaswanth2015/Path_Finding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Path_Finding

  1. For running the code first install python and pygame on pc.
  2. After installing run the code then the white screen with grids will open.
  3. After running the code press left mouse click in the pygame window to select start location and end location.
  4. After Selecting Start and End Location select the walls by clicking the left Mouse click.
  5. To unselect the specific location in Grid press the right mouse click on that location.
  6. After creating Walls Press 'a' or 'b' to find the path between start and end location.
  7. 'a' for A* algorithm, 'b' for BFS algorithm.
  8. A path will be created between the start and end locations.
  9. After Finding the path Press 'r' to reset the grid.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages