ladybird/Userland/Libraries/LibChess
Tim Ledbetter 18735960de LibChess: Add the ucinewgame command
This command is sent from the GUI to tell the engine that the next
position will be from a different game.
2023-04-28 05:55:51 +02: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: Add the ucinewgame command 2023-04-28 05:55:51 +02:00
UCICommand.h LibChess: Add the ucinewgame command 2023-04-28 05:55:51 +02: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