issues
search
daveswartz
/
mateinone
Chess library entirely written in Scala.
Mozilla Public License 2.0
6
stars
0
forks
source link
Check and mate
#2
Closed
daveswartz
closed
10 years ago
daveswartz
commented
10 years ago
Do not allow the king to be checked as the result of a move;
Require a move in response to a check that ends the check;
End the game on checkmate (king in check and no moves to get out);
Do not allow the king to be in check or pass through check or move to check when castling.