mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-04 06:22:58 +00:00
3
World
Jordi Pakey-Rodriguez edited this page 2018-01-02 12:57:57 -06:00
Each world is a 16x16 grid of tiles. The middle part of the grid is generated randomly while the outer part is guaranteed to follow these rules:
1 1 1 1 1 1 2 2 2 2 1 1 1 1 1 1
1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
1 0 * * * * * * * * * * * * 0 1
1 0 * * * * * * * * * * * * 0 1
1 0 * * * * * * * * * * * * 0 1
1 0 * * * * * * * * * * * * 0 1
2 0 * * * * * * * * * * * * 0 2
2 0 * * * * * * * * * * * * 0 2
2 0 * * * * * * * * * * * * 0 2
2 0 * * * * * * * * * * * * 0 2
1 0 * * * * * * * * * * * * 0 1
1 0 * * * * * * * * * * * * 0 1
1 0 * * * * * * * * * * * * 0 1
1 0 * * * * * * * * * * * * 0 1
1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
1 1 1 1 1 1 2 2 2 2 1 1 1 1 1 1
0: These tiles are always plain tiles
1: These tiles are always wall tiles
2: These tiles are always plain tiles and Biomass will never spawn here
*: Randomly generated