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.
- 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: