class Game { const GAME_STATES = { DEFEAT: 1, VICTORY: 2, ONGOING: 3, STOPPED: 4 } }