Closed ichabod801 closed 4 years ago
In a valid position, when using O-O for a move, I get 'I do not understand that move.'
Turns out the check in parse_move was not lower casing the move before checking it against the regular expression.
In a valid position, when using O-O for a move, I get 'I do not understand that move.'