#ifndef GAME_CONSTANTS #define GAME_CONSTANTS #include const int MAX_CHERRIES = 10; const size_t MAX_PLAYERS = 4; #endif