feat: check for collisions with other tetrominos
This commit is contained in:
@@ -36,7 +36,7 @@ public enum TetrominoShape {
|
||||
{1, 0},
|
||||
{2, 1},
|
||||
{0, 1}
|
||||
}, Color.PINK);
|
||||
}, Color.ORANGE);
|
||||
;
|
||||
|
||||
final int[][] boundary;
|
||||
|
||||
Reference in New Issue
Block a user