Skip to content

Visualizing Shortest path finding algorithm in python using Pygame

Notifications You must be signed in to change notification settings

varnitsingh/Dijkstras_Pygame

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dijkstras Pygame

Visualising Shortest path finding algorithm in python using Pygame

Installations

pip install pygame=2.0.0

How to run

  • Left click on a cell to select it as start node
  • Right click on a cell to select it as an end node
  • Press enter to start pathfinding

Normal path finding

Obstacles in path finding

Maze path finding

About

Visualizing Shortest path finding algorithm in python using Pygame

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%