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