export type GameAI = (game: Game, playerId: PlayerId) => Promise;