working game

This commit is contained in:
2024-08-03 14:42:08 +03:00
parent 11a4a19cc3
commit ed236ed501
4 changed files with 123 additions and 74 deletions

View File

@@ -1,8 +1,6 @@
#ifndef GLOBALS_H_
#define GLOBALS_H_
#define BUF_SIZE 256
// Total board size
#define BRD_SIZE_X 30
#define BRD_SIZE_Y 15