Closed mcostalba closed 7 years ago
Something like
{ 'moved': 'BN', 'captured': 'R' }
To detect all the bishop and knight captures of an opponent rook
{ 'moved': 'K', 'captured': '', stm='BLACK' }
To detect quite moves of black king (you may want to make it part of a bigger query or of a streak).
Done.
Something like
{ 'moved': 'BN', 'captured': 'R' }
To detect all the bishop and knight captures of an opponent rook
{ 'moved': 'K', 'captured': '', stm='BLACK' }
To detect quite moves of black king (you may want to make it part of a bigger query or of a streak).