Visual Path Finder With GUI Using Python:
How to run
- Install pygame module. Open command prompt and type the following command pip install pygame
- 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:
- Pygame for 2d visualisation
- Priority queue for algorithm Will add if anything extra is required to be added