22 lines
615 B
Markdown
22 lines
615 B
Markdown
**intended to be a backrooms generator**
|
|
**with configurable room pool**
|
|
| COMMANDS |
|
|
> zqsd : move
|
|
> TAB : exit
|
|
> p : zoom out
|
|
> m : zoom in
|
|
|
|
| EXECUTION |
|
|
*make test-1 : extermly unorganized generation*
|
|
*make test0 : default template pool (small/medium-sized corridors)*
|
|
*make test1 : large rooms with rotating walls*
|
|
*make test2 : more hallways but small corridors only*
|
|
*make test3 : long, wide hallways*
|
|
|
|
| TILE LIST |
|
|
> 0 : nothing
|
|
> 1 : wall
|
|
> 2 : CCW rotation wall
|
|
> 3 : CW rotation wall
|
|
> 4, 5, 6, 7 : translation wall (resp. +X, -X, +Y and -Y)
|
|
|