Pathfinding Visualizer Displaying how dijkstra's algorithm is used to find the shortest path between nodes Usage Define default dimensions of 40 columns x 25 rows python pathfinder.py Define custom dimensions with 2 arguments python pathfinder.py 30 30 Requirements pip install pygame