in_check property

bool in_check

Implementation

bool get in_check {
  return king_attacked(turn);
}