marcusbuffett / command-line-chess

A python program to play chess against an AI in the terminal.
MIT License
496 stars 156 forks source link

Revert castling notation as required by PGN specification #17

Closed ddugovic closed 4 years ago

ddugovic commented 5 years ago

Sorry for breaking this earlier. Now all forms of castling input are accepted: o-o, O-O, and 0-0 (and their queenside counterparts).

marcusbuffett commented 4 years ago

Awesome, thank you!