Chess Castling Fix

Description

I added two new methods to ChessMoveGenerator and a bunch of constants to ChessConstants. Briefly, a bug in the chess game is that it will castle when either the king or rook is under attack, or any of the intermediate squares is under attack. This is, uh, against the rules. So I added a little code which checks efficiently to see if that's the case, and if it is castling is invalid. Tested and works, should be no problem to load.

Details

Source
SqueakMap
Dialect
squeak (65% confidence)

Categories

Testing Games System / OS
← Back to results