We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96a87c commit 13e674cCopy full SHA for 13e674c
1 file changed
chess/variant.py
@@ -210,7 +210,6 @@ class AtomicBoard(chess.Board):
210
tbw_magic = b"\x55\x8d\xa4\x49"
211
tbz_magic = b"\x91\xa9\x5e\xeb"
212
connected_kings = True
213
- one_king = True
214
215
def is_variant_end(self) -> bool:
216
return not all(self.kings & side for side in self.occupied_co)
0 commit comments