Added new additional blocks

This commit is contained in:
Anry Das 2025-11-16 09:13:15 +02:00
parent a04e422547
commit b050fd9029

View File

@ -5,7 +5,7 @@
"members": { "members": {
"D": { "D": {
"name": "Dot", "name": "Dot",
"color": [255, 255, 100], "color": [10, 100, 35],
"min_score": 3500, "min_score": 3500,
"shapes": [ "shapes": [
[[1]] [[1]]
@ -51,6 +51,39 @@
"shapes": [ "shapes": [
[[0, 1, 0], [1, 1, 1], [0, 1, 0]] [[0, 1, 0], [1, 1, 1], [0, 1, 0]]
] ]
},
"Cn": {
"name": "Corner",
"color": [15, 180, 180],
"min_score": 5000,
"shapes": [
[[1, 0], [1, 1]],
[[1, 1], [1, 0]],
[[1, 1], [0, 1]],
[[0, 1], [1, 1]]
]
},
"CN": {
"name": "Corner+",
"color": [15, 15, 180],
"min_score": 4000,
"shapes": [
[[1, 0, 0], [1, 0, 0], [1, 1, 1]],
[[1, 1, 1], [1, 0, 0], [1, 0, 0]],
[[1, 1, 1], [0, 0, 1], [0, 0, 1]],
[[0, 0, 1], [0, 0, 1], [1, 1, 1]]
]
},
"W": {
"name": "Dabl",
"color": [180, 25, 230],
"min_score": 15000,
"shapes": [
[[1, 0, 0], [1, 1, 0], [0, 1, 1]],
[[0, 1, 1], [1, 1, 0], [1, 0, 0]],
[[1, 1, 0], [0, 1, 1], [0, 0, 1]],
[[0, 0, 1], [0, 1, 1], [1, 1, 0]]
]
} }
} }
} }