MasonSanders/MazeGeneration
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
I made this program for fun. It generates mazes using a modified Prim's algorithm. Prim's algorithm tends to generate mazes with solutions that have a direct diagonal bias. So the solutions aren't that interesting. Pygame is needed to run the program. By default, the program will solve the mazes using DFS. To solve with A* search, you can run the following: python3 primmaze.py astar