isCheckMate method

bool isCheckMate()

Implementation

bool isCheckMate() {
  return game.in_checkmate;
}