Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 530 Bytes

File metadata and controls

18 lines (9 loc) · 530 Bytes

Path-Finding-Algorithm-Python

Pygame application showcasing Breath First Search algorithm.

Requirements

-Python 3.6 or below

-Pygame

User guide

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.

pathfinder