Says whether the king of the given color is attacked.
bool king_attacked(Color color) { return attacked(swap_color(color), kings[color]); }