winapiadmin

Results 13 issues of winapiadmin

[`was_into_check` (L1995-L1997)](https://github.com/niklasf/python-chess/blob/master/chess/__init__.py#L1995-L1997) ``` def was_into_check(self) -> bool: king = self.king(not self.turn) return king is not None and self.is_attacked_by(self.turn, king) ``` Here it only picks one king.... but if the position...

bug

That would be hard, but this library doesn't even have any documentation to work with.