Pathfinder
Getting Started
A pathfinder using Pygame to visualize the A* Algorithm, Depth-First Search, and Breadth-First Search.
Controls
- c: Clear Board
- m: Generate Maze
- b: Breadth-First Search
- d: Depth-First Search
- a: A* Algorithm
Run Code
If you want to run this file locally, clone my Github repository here. Then, run the following:
python main.py
About Me
Hi! My name is Bhargav and I am a developer in Austin, Texas. You can check out some of my other projects here.