feat(SCOPONE-0008): complete iteration 0 improve ai rules
This commit is contained in:
@@ -28,6 +28,7 @@ export interface Player {
|
||||
export interface GameState {
|
||||
players: [Player, Player, Player, Player];
|
||||
table: Card[];
|
||||
matchStartingPlayer: PlayerIndex;
|
||||
currentPlayer: PlayerIndex;
|
||||
roundOver: boolean;
|
||||
gameOver: boolean;
|
||||
|
||||
Reference in New Issue
Block a user