update readme

This commit is contained in:
2025-03-23 16:53:58 +01:00
parent 92b58c4b98
commit 1781b85332
5 changed files with 21 additions and 7 deletions

View File

@@ -10,7 +10,12 @@
static const int MAXIMUM_BOARD_WIDTH = 40;
static const int MAXIMUM_BOARD_HEIGHT = 40;
//#define __JMINOS_RELEASE__
#ifdef __JMINOS_RELEASE__
static const int MAXIMUM_PIECES_SIZE = 15;
#else
static const int MAXIMUM_PIECES_SIZE = 10;
#endif
class Settings {