fixed: all ready for input-testing

This commit is contained in:
2024-07-05 19:31:09 -04:00
parent 13519b619d
commit b792b0a8e7
7 changed files with 193 additions and 39 deletions

View File

@ -60,6 +60,8 @@ const int MAP_HEIGHT = 25;
const int MAP_WIDTH = 79;
const int DISPLAY_HEIGHT = 30;
const int DISPLAY_WIDTH = 79;
const int DISPLAY_BUFFER_SIZE = DISPLAY_HEIGHT * DISPLAY_WIDTH +
DISPLAY_WIDTH * 3;
// TODO: list all extra features
// using constants to keep track of features