in_check property

bool get in_check

Is it check in current position ?

Implementation

bool get in_check {
  return king_attacked(turn);
}