issues
search
Bonifatius94
/
ChessLib.Py
C-lib Python3 extension for efficient chess draw-gen
MIT License
2
stars
0
forks
source link
Fix GameState Bug - Not Detecting Mate Correctly
#42
Closed
Bonifatius94
closed
3 years ago
Bonifatius94
commented
3 years ago
Issue:
game state suggests that it is a checkmate but the game state function reports tie
Suggested Solution:
try to reproduce the bug
add test cases for the reported game logs
debug into the code to fix it
Bonifatius94
commented
3 years ago
fixed #43
Issue:
Suggested Solution: