Skip to content

Designed a Path Finding Visualizer for visualizing the working of different path finding algorithms and analyzed the performance of A* Algorithm for the different obstacle course.

Notifications You must be signed in to change notification settings

shipraa1/Path_Finding_Visualiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Path Finding Visualiser

The visualization of A* algorithm using a GUI application

How to install

git clone https://github.com/shipraa1/Path_Finding_Visualiser.git
cd Path_Finding_Visualiser
pip install pygame
python pathfindingvisualiser.py

Technologies used

  • Python
  • pygame library
  • A* path finding algorithm

How to play

  • Mark the starting point
  • Mark the destination
  • Add all the obstacles
  • Press space to start visualization

image

About

Designed a Path Finding Visualizer for visualizing the working of different path finding algorithms and analyzed the performance of A* Algorithm for the different obstacle course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages