Implement surrender of reversi
This commit is contained in:
parent
244d567b3a
commit
be9f6ad294
4 changed files with 98 additions and 2 deletions
|
@ -25,6 +25,7 @@ export interface IReversiGame {
|
|||
isStarted: boolean;
|
||||
isEnded: boolean;
|
||||
winnerId: mongo.ObjectID;
|
||||
surrendered: mongo.ObjectID;
|
||||
logs: Array<{
|
||||
at: Date;
|
||||
color: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue