Path Finding Visualizer A Python GUI App which visualizes path finding in pygame window. Algorithms Added A-Star Dijkstra Greedy Best-First Setup Clone the repository git clone https://github.com/kkhitesh/Path-Finding-Visualizer.git Move to the desired folder cd Path-Finding-Visualizer To install the dependencies, simply write pip install -r requirements.txt To run the app, simply write python main.py Screenshots UI A-Star Dijkstra Greedy Best-First