game_over property

bool get game_over

Is it game over ?

Implementation

bool get game_over {
  return in_draw || in_checkmate;
}