mirror of
https://github.com/Xevion/processing-projects.git
synced 2025-12-09 00:08:04 -06:00
mazes readme fixes/clarifications
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
Projects that generate mazes using various algorithms. Developed primarily in 2018-2019. All of these are generating simple square mazes, just using different algorithms and occaisionally a little twist.
|
Projects that generate mazes using various algorithms. Developed primarily in 2018-2019. All of these are generating simple square mazes, just using different algorithms and occasionally a little twist. Original sketch names have been preserved.
|
||||||
|
|
||||||
## Sketches
|
## Sketches
|
||||||
|
|
||||||
@@ -10,7 +10,7 @@ Projects that generate mazes using various algorithms. Developed primarily in 20
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
- **MazeGenSolve** - Maze gen with a completed path shown after. Recursive Backtracker algorithm for Generation, A* algorithm for pathfinding (very similar in theory).
|
- **MazeGenSolve** - Maze gen with a completed path shown after. Recursive Backtracker algorithm for Generation, A* algorithm for pathfinding (very similar in theory). Exceptionally similar to the Growing Tree algorithm in implementation (1-2 line change).
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@@ -28,7 +28,7 @@ Projects that generate mazes using various algorithms. Developed primarily in 20
|
|||||||
|
|
||||||
- **MazeGenSidewinder** - Sidewinder algorithm. A little bit buggy at the end, but properly implemented none the less. I had difficulty implementing this, and thus never got around to figuring out how to remove those boxes. Before recording, I modified it to properly show the erroring boxes, otherwise they would never be visible.
|
- **MazeGenSidewinder** - Sidewinder algorithm. A little bit buggy at the end, but properly implemented none the less. I had difficulty implementing this, and thus never got around to figuring out how to remove those boxes. Before recording, I modified it to properly show the erroring boxes, otherwise they would never be visible.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- **MazeClustersCreator** - Not so much a maze as a interesting side-project when developing my maze generators. Somewhat buggy.
|
- **MazeClustersCreator** - Not so much a maze as a interesting side-project when developing my maze generators. Somewhat buggy.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user