Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.34 KB

maze_2d.md

File metadata and controls

33 lines (24 loc) · 1.34 KB

CODE

https://github.com/G2Pavon/goldsrcmapextensions/blob/main/scripts/maze_2d.py

The structure is constructed with only cubes, so it is not optimized. image

Examples

With MAZE_BLOCK_SIZE = 64 ROWS = 126 COLUMNS = 126
Map size result: 8000x8000x160

MAZE_COMPLEXITY = 10 MAZE_DENSITY = 0.05
image
MAZE_COMPLEXITY = 10 MAZE_DENSITY = 0.3
image
MAZE_COMPLEXITY = 1 MAZE_DENSITY = 1
image
MAZE_COMPLEXITY = 1 MAZE_DENSITY = 2
image
MAZE_COMPLEXITY = 1 MAZE_COMPLEXITY = 0.00001
image
MAZE_COMPLEXITY = 0.001 MAZE_DENSITY = 100
image