marcusbuffett / command-line-chess

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

Seeing move list? #22

Closed piotryordanov closed 2 years ago

piotryordanov commented 3 years ago

Is it possible to print the list of moves already made while playing the game?

marcusbuffett commented 3 years ago

Yeah that's definitely doable, I'll try to get to this when I have the time, or if anyone wants to implement this I'd happily accept a PR