Skip to content

nikhilsaharan33/A-star-search-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

A*-search-visualizer

A simple visualizer for A* path finding algorithm using python Pygame. We can move in UP, DOWN, LEFT and RIGHT directions from a cell in the grid.

Instructions

  • Run the AstarVisualizer.py file.
  • Mark the start and end points on the window thus showing up. Use LEFT-CLICK for that.
  • Mark obstacles (black in color) on the window. Use LEFT-CLICK for that.
  • Press SPACE to run the path finder.
  • You can reset a cell on the grid by RIGHT-CLICK.
  • You can Press C to erase everything and set up the grid again.
  • An illustration of the final output is shown below: image

About

A simple visualizer for A* path finding algorithm using python Pygame.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages