ichabod801 / t_games

A collection of command-line interface games written in Python.
GNU General Public License v3.0
20 stars 4 forks source link

Chess is not Handling Alegbraic Castling #561

Closed ichabod801 closed 4 years ago

ichabod801 commented 4 years ago

In a valid position, when using O-O for a move, I get 'I do not understand that move.'

ichabod801 commented 4 years ago

Turns out the check in parse_move was not lower casing the move before checking it against the regular expression.