ladybird/Libraries/LibChess
Brendan Coles d4c34d50c9 LibChess: Forbid King moving into check by a pawn on the home rank
A player can no longer move the King piece into any position on
their home rank if the move would place the King in check.

A player can also no longer ignore a check position when in check
by a pawn on their home rank. The player must now resolve the check
during their move.
2020-10-30 16:51:41 +01:00
..
Chess.cpp LibChess: Forbid King moving into check by a pawn on the home rank 2020-10-30 16:51:41 +01:00
Chess.h LibChess: Forbid King moving into check by a pawn on the home rank 2020-10-30 16:51:41 +01:00
CMakeLists.txt LibChess: Add UCIEndpoint for writing UCI chess engines 2020-08-21 12:26:30 +02:00
UCICommand.cpp LibChess: Use new format functions. 2020-10-17 23:20:31 +02:00
UCICommand.h LibChess: Add UCIEndpoint for writing UCI chess engines 2020-08-21 12:26:30 +02:00
UCIEndpoint.cpp LibChess: Use new format functions. 2020-10-17 23:20:31 +02:00
UCIEndpoint.h LibChess: Add UCIEndpoint for writing UCI chess engines 2020-08-21 12:26:30 +02:00