Random Wall Configuration
Change the configuration in snakec/randmon_wall.py file.
- minDensity, maxDensity: the range of the wall density.
- minDensity: in the range of [0, maxDensity]
- maxDensity: in the range of [minDensity, 1]
- density: randomly picked from [minDensity, maxDensity]
- density=0: no wall
- density=1: the wall filled whole map
- discrete: in the range of [0,1]
- discrete=0: generate block walls
- discrete=1: generate many walls in 1x1 dimension
- straight: in the range of [0,1]
- straight=0: generate square walls
- straight=1: generate straight walls