feat(bot): vsAi/aiOpponent protocol fields and bot-driver registry
This commit is contained in:
@@ -51,6 +51,7 @@ export interface Game {
|
||||
armed: { color: Color; from: Square } | null;
|
||||
drawOffer: { from: Color; at: number } | null;
|
||||
disconnectAt: { w?: number; b?: number };
|
||||
lastBroadcastIdx: { w: number; b: number };
|
||||
aiOpponent?: { color: Color; brain: 'casual' | 'recon' };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user