marcusbuffett / command-line-chess

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

Added new option, printing of current game moves in PGN format. #25

Closed scientia-ac-labore closed 2 years ago

scientia-ac-labore commented 3 years ago

Description

I added new option 'gm' (game moves) which print current game moves in PGN format. So the player can copy his game moves from the output and continue playing on lichess chess.com sites. resolve #22

marcusbuffett commented 3 years ago

Looks great! Thank you, this will be useful