export enum GameState { PLAYER_WON = 'PLAYER_WON', IN_PROGRESS = 'IN_PROGRESS', PLAYER_LOST = 'PLAYER_LOST', DRAW = 'DRAW', }