RoomBuilder (rbr) is a pure POSIX sh library to create "rooms" for the upcoming mia roguelike
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# set various varibles |
|
export MAX_ROOM_SIZE="10x15" # max size of room # TxW ; LxC |
|
export MIN_ROOM_SIZE="4x5" |
|
export LINES=36 # should be configured by user # should be -2 |
|
export COLUMNS=164 # should be configured by user
|
|
|