isCheckmate method

bool isCheckmate()

Implementation

bool isCheckmate() {
  return game.in_checkmate;
}