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:
parent
e80d0abb2c
commit
7331b2b2f6
7 changed files with 867 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue