Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 587 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 587 Bytes

Visual Path Finder With GUI Using Python:

How to run

  1. Install pygame module. Open command prompt and type the following command pip install pygame
  2. After successfully installing type cd to the directory of the program and open and prompt and type Python PathFinder.py

Extra details: Algorithm used: A Star, informed algorithm cos easily reaching the destination node. Movement graph: Manhattan graph, it does not use diagonal distance Modules used:

  1. Pygame for 2d visualisation
  2. Priority queue for algorithm Will add if anything extra is required to be added