game_over property

bool game_over

Implementation

bool get game_over {
  return in_draw || in_checkmate;
}