Skip to content

AkshayWarrier/Path-Finding

Repository files navigation

Path Finding Visualization

This program was made in Python 3 using pygame. It gives a visualization of the A* algorithm and Dijkstra's algorithm. The user can choose a starting point and an ending point, place walls to obstruct the path, save/load a configuration of walls and choose between any two of the algorithms.

Algorithm referred from:

A* Visualization

astar

Dijkstra Visualization

dijkstra

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages