jladdjr/chess

Issues for Jim

Closed this issue · 3 comments

King - move right

self.assertTrue(b.isLegalMove("e7d7", constants.BLACK_PLAYER))

CW comment - Should be false because vertical check from queen

Checkmate2 - has no king

test.py has stopped working. Important problem.

Good call on both counts. Updated test and board so that tests are now valid.

Just checking - test.py works now?

Found a couple of things (see Issue #5)