-
Notifications
You must be signed in to change notification settings - Fork 0
Beehive Bedlam
Cobalt edited this page Sep 1, 2023
·
11 revisions
Level URL: https://beehive-bedlam.com/assets/levels/level_n.json
- let n be the level number
Levels are formatted as a JSON array of length 119 containing numbers -1 to 5, each representing a flower on the grid. The following is a map from the flower's internal (JSON) number to the colour of the flower on the grid:
-1: empty
0: white
1: red
2: blue
3: green
4: yellow
5: purple
- Each row in a level has 8 flowers (every 8 elements in the JSON array is a row in the game level)
- Maximum amount of filled rows in a level is 119 (length of json array) DIV 8 (row length) = 14 rows