-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Alexander Zhu edited this page Dec 26, 2016
·
6 revisions
Welcome to the Chess wiki!
24 December 2016 -- Almost done with checking valid move for linear pieces (B, R, Q). Realized that check/checkmate will be an interesting problem to tackle efficiently.
22 December 2016 -- Improved code style. In the process of implementing MoveMaker class
11 December 2016 -- Separated .h and .cpp files. Fixed some logic for moving pawns. Created pawn test case.
22 November 2016 -- Pretty print board, limited rules for moving pieces
20 November 2016 -- Started project