Skip to content

Type Alias: GameStatus

GameStatus = "idle" | "playing" | "won" | "lost"

Defined in: types.ts:2