jubalh / jessy

a totally kafkaesque chess game
4 stars 3 forks source link

Fix castling moves #22

Closed jjdelvalle closed 10 years ago

jjdelvalle commented 10 years ago

Right now castling moves consiste of only the king moving two spaces. The rook doesn't move at all. This is probably caused by the Hex88Board performing every move up to the present point and never checking if any of those are castling moves (and it doesn't check if they're valid moves either since that's been checked already) which results in the king moving two spaces.