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 local two player mode option, bug fixes #16

Closed jeromew21 closed 6 years ago

jeromew21 commented 6 years ago

Changes:

Other additions:

jeromew21 commented 6 years ago

Actually, maybe it would be better practice to use isinstance rather than comparing stringRep in Pawn.py?

marcusbuffett commented 6 years ago

Looks great! Thanks. Sorry for the really slow turnaround time here.