Pygame application showcasing Breath First Search algorithm.
-Python 3.6 or below
-Pygame
User can select start point(press 's'), end point(press 'f') and walls (mouse left click) and the shortest path from start to end point is shown (press 'g').
Cyan squares are 'explored', yellow squares are 'expploring' and red squares are shortest path.
