Added new additional blocks

This commit is contained in:
Anry Das 2025-11-16 09:51:58 +02:00
parent 53b8db31bc
commit 85a233f33c

View File

@ -84,6 +84,80 @@
[[1, 1, 0], [0, 1, 1], [0, 0, 1]],
[[0, 0, 1], [0, 1, 1], [1, 1, 0]]
]
},
"Z1": {
"name": "Zet",
"color": [170, 25, 130],
"min_score": 25000,
"shapes": [
[[1, 1, 0], [0, 1, 0], [0, 1, 1]],
[[0, 0, 1], [1, 1, 1], [1, 0, 0]]
]
},
"I2": {
"name": "Line2",
"color": [50, 25, 60],
"min_score": 25000,
"shapes": [
[[1, 1]],
[[1], [1]]
]
},
"P": {
"name": "P",
"color": [240, 170, 40],
"min_score": 30000,
"shapes": [
[[1, 1], [1, 1], [1, 0]],
[[1, 1, 1], [0, 1, 1]],
[[0, 1], [1, 1], [1, 1]],
[[1, 1, 0], [1, 1, 1]]
]
},
"F": {
"name": "F",
"color": [135, 110, 65],
"min_score": 30000,
"shapes": [
[[0, 1, 1], [1, 1, 0], [0, 1, 0]],
[[0, 1, 0], [1, 1, 1], [0, 0, 1]],
[[0, 1, 0], [0, 1, 1], [1, 1, 0]],
[[1, 0, 0], [1, 1, 1], [0, 1, 0]]
]
},
"S1": {
"name": "S1",
"color": [240, 110, 20],
"min_score": 30000,
"shapes": [
[[1, 0], [1, 0], [1, 1], [0, 1]],
[[0, 1, 1, 1], [1, 1, 0, 0]],
[[1, 0], [1, 1], [0, 1], [0, 1]],
[[0, 0, 1, 1], [1, 1, 1, 0]]
]
},
"L1": {
"name": "L1",
"color": [45, 95, 175],
"min_score": 30000,
"shapes": [
[[1, 0], [1, 0], [1, 0], [1, 1]],
[[1, 1, 1, 1], [1, 0, 0, 0]],
[[1, 1], [0, 1], [0, 1], [0, 1]],
[[0, 0, 0, 1], [1, 1, 1, 1]]
]
},
"F1": {
"name": "F1",
"color": [240, 230, 60],
"min_score": 30000,
"shapes": [
[[0, 1], [1, 1], [0, 1], [0, 1]],
[[0, 0, 1, 0], [1, 1, 1, 1]],
[[1, 0], [1, 0], [1, 1], [1, 0]],
[[1, 1, 1, 1], [0, 1, 0, 0]]
]
}
}
}
}