Skip to content

Commit

Permalink
Responded with the fifty-move rule value
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed May 22, 2024
1 parent f541a03 commit dbdec58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Game/Game.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ public function state(): object
'isMate' => $this->board->isMate(),
'isStalemate' => $this->board->isStalemate(),
'isFivefoldRepetition' => $this->board->isFivefoldRepetition(),
'isFiftyMoveDraw' => $this->board->isFiftyMoveDraw(),
'mode' => $this->getMode(),
];
}
Expand Down

0 comments on commit dbdec58

Please sign in to comment.