feat: check for collisions with other tetrominos

This commit is contained in:
Martin Prokoph
2025-06-28 19:32:26 +02:00
parent 41af446f94
commit 7aa1b0e73c
6 changed files with 39 additions and 17 deletions

View File

@@ -36,7 +36,7 @@ public enum TetrominoShape {
{1, 0},
{2, 1},
{0, 1}
}, Color.PINK);
}, Color.ORANGE);
;
final int[][] boundary;