DatUser / chess

0 stars 0 forks source link

Implement the is_move_legal() method in chessboard.cc #30

Closed Zuuki closed 4 years ago

Zuuki commented 4 years ago

Last method to be implemented in the chessboard.cc

DogodaDozo commented 4 years ago

Done. I added the operator== to the Move so that it would be easier.