1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:37:36 +00:00

LibChess: Add UCIEndpoint for writing UCI chess engines

This commit is contained in:
Peter Elliott 2020-08-19 14:59:31 -06:00 committed by Andreas Kling
parent e80d0abb2c
commit 7331b2b2f6
7 changed files with 867 additions and 2 deletions

View file

@ -45,6 +45,7 @@ enum class Type {
};
String char_for_piece(Type type);
Chess::Type piece_for_char_promotion(const StringView& str);
enum class Colour {
White,