move some code around and remove bloat

This commit is contained in:
csd4ni3l
2025-06-25 18:22:56 +02:00
parent fbf4102d54
commit 3686b86550
2 changed files with 31 additions and 70 deletions

View File

@@ -12,6 +12,7 @@ CELL_SIZE = 80
ROWS = 8
COLS = 8
OUTLINE_WIDTH = 2
SHAPES = {
"I": [(0, 0), (1, 0), (2, 0), (3, 0)],
"I_R1": [(0, 0), (0, 1), (0, 2), (0, 3)],