Skip to content

AkshatSW/VisualPathFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages