1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 08:24:58 +00:00
serenity/Userland/Libraries/LibChess
Tim Ledbetter ccab25e54e LibChess+Chess: Ensure no pawns have moved when invoking 50 move rule
The 50 and 75 move rules are no longer invoked if a pawn has advanced
in the last 50 or 75 moves respectively.
2023-05-05 16:56:18 +01:00
..
Chess.cpp LibChess+Chess: Ensure no pawns have moved when invoking 50 move rule 2023-05-05 16:56:18 +01:00
Chess.h LibChess: Return ErrorOr<String> from to-algebraic/fen methods 2023-04-24 20:58:35 +02:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
UCICommand.cpp LibChess: Add optional ponder move to the BestMove command 2023-05-03 08:31:34 +01:00
UCICommand.h LibChess: Add optional ponder move to the BestMove command 2023-05-03 08:31:34 +01:00
UCIEndpoint.cpp LibChess+ChessEngine: Don't crash on error when reading UCI commands 2023-05-03 08:31:34 +01:00
UCIEndpoint.h LibChess+ChessEngine: Don't crash on error when reading UCI commands 2023-05-03 08:31:34 +01:00