Re-added the option to use vt100 escape codes

This commit is contained in:
AnnaSnoeijs 2025-06-06 21:31:59 +02:00
parent a2142a48b5
commit 2b27aef099
7 changed files with 244 additions and 26 deletions

View file

@ -8,17 +8,3 @@
#define ONLYPUT
#define ARROWS
#define INPUT_X 2
#define INPUT_Y 1
#define SCOREBOARD_X INPUT_X
#define SCOREBOARD_Y INPUT_Y + 2
#define BOARD_X SCOREBOARD_X + 28
#define BOARD_Y SCOREBOARD_Y + 1
#define BOARD_DX 3
#define BOARD_DY 1
#define SCOREBOARD_HEIGTH 10