Maze Generator
- March 1, 2021
- Wagner Scholl Lemos
A simple maze generator. You can tweak the maze configuration to your liking. This way you'll never get lost in a maze you're not comfortable with. Source code available at:https://github.com/Josephblt/MazeGenerator Creation Parameters Width/Height - Width and Height of the maze.Seed - Directs the creation of the maze. This means that for each combination of parameters + seed you get a specific m…