Visualize path finding as well as maze generating algorithms!
- Maze generation algorithms
- Recursive Backtracker
- Randomized Kruskal's
- Randomized Prim's
- Aldous-Broder Alg
- Recursive Division
- Path finding algorithms
- A* Search (A-star)
- Dijkstra's Alg
- Best First Search
- Depth First Search
- Breadth First Search
- Draw your own maze!
- Statistics
- Algorithm speed
- Grid size
- Status alert message
- User-friendly UI
This is one of my pygame projects, here are the steps to run it.