Maze Generator
A downloadable tool for Windows
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 maze. Just by changing this number, it is possible to create different maze versions using the same set of parameters.
- Start/Exit Side - The side on which you want the start/exit to be.
- Maze Type - You can choose between Partial Braid or Perfect.
- Partial Braid: No dead ends. Such a Maze uses passages that coil around and run back into each other and cause you to spend time going in circles instead of bumping into dead ends.
- Perfect: No loops, closed circuits, or inaccessible areas. From each point, there is exactly one path to any other point.
- Run - This determines the propensity for the occurrence of long corridors.
- Density - Room density.
- Distance - Distance between rooms.
- Min Size - Minimum size for rooms.
- Max Size - Maximum size for rooms.
Status | Released |
Category | Tool |
Platforms | Windows |
Author | Wagner Scholl Lemos |
Tags | Generator, maze |
Code license | MIT License |
Asset license | Creative Commons Zero v1.0 Universal |
Average session | A few seconds |
Languages | English |
Inputs | Keyboard, Mouse |
Links | Source code |
Download
Download
Maze Generator V1.0
External
Install instructions
- Download
- Run
- Tweak
- Hit Create
- Have fun!
Leave a comment
Log in with itch.io to leave a comment.