Closed jbkunst closed 8 years ago
Founded by José Miguel González Aguilera:
Problem to record the towers movements when in a game it produces castling and check in the same move (probably same with castling + checkmate)
This is solve with somthing like:
replace
san = "O-O" | san = "O-O-O"
with:
str_detect("O-O")
Founded by José Miguel González Aguilera:
Problem to record the towers movements when in a game it produces castling and check in the same move (probably same with castling + checkmate)