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 c885df98da LibChess: Flesh out InfoCommand implementation
UCI info commands can now be received and parsed. All info types from
the UCI specification are supported.

The info command is not currently used by our engine or GUI, but the GUI
can now receive an info command from a 3rd party engine without
complaining.
2023-05-03 08:31:34 +01:00
..
Chess.cpp LibChess: Remove use of DeprecatedString in Move::from_algebraic() 2023-04-24 20:58:35 +02: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: Flesh out InfoCommand implementation 2023-05-03 08:31:34 +01:00
UCICommand.h LibChess: Flesh out InfoCommand implementation 2023-05-03 08:31:34 +01:00
UCIEndpoint.cpp LibChess: Add the ucinewgame command 2023-04-28 05:55:51 +02:00
UCIEndpoint.h LibChess: Add the ucinewgame command 2023-04-28 05:55:51 +02:00