Update shapes to make the game easier

This commit is contained in:
csd4ni3l
2025-04-22 13:13:18 +02:00
parent fff7ababab
commit d32d49b27b

View File

@@ -56,15 +56,9 @@ SHAPES = {
"J_R1": [(0, 0), (0, 1), (1, 1), (2, 1)], "J_R1": [(0, 0), (0, 1), (1, 1), (2, 1)],
"J_R2": [(0, 0), (1, 0), (0, 1), (0, 2)], "J_R2": [(0, 0), (1, 0), (0, 1), (0, 2)],
"J_R3": [(0, 0), (1, 0), (2, 0), (2, 1)], "J_R3": [(0, 0), (1, 0), (2, 0), (2, 1)],
"S": [(1, 0), (2, 0), (0, 1), (1, 1)], "LINE1": [(0, 0)],
"S_R1": [(0, 0), (0, 1), (1, 1), (1, 2)], "LINE2": [(0, 0), (1, 0)],
"Z": [(0, 0), (1, 0), (1, 1), (2, 1)], "LINE3": [(0, 0), (1, 0), (2, 0)],
"Z_R1": [(1, 0), (0, 1), (1, 1), (0, 2)],
"BLOB": [
(0, 0), (1, 0), (2, 0),
(0, 1), (1, 1), (2, 1),
(0, 2), (1, 2), (2, 2)
],
} }
COLORS = { COLORS = {