diff --git a/src/game/game.h b/src/game/game.h index 5b4cd68..2f2fb5a 100644 --- a/src/game/game.h +++ b/src/game/game.h @@ -6,7 +6,7 @@ #include "tetromino/shapes.h" // stores the data used in the game -#define COLUMNS ((int8_t)16) +#define COLUMNS ((int8_t)10) #define ROWS ((int8_t)(COLUMNS * 2)) typedef struct {