1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 08:34:57 +00:00
serenity/Userland/Libraries/LibChess
Sam Atkins c73c697f94 LibChess: Make piece_for_char_promotion() more generally useful
- Rename to make it clear it's not just for promotion
- Understand 'p' for pawns
- Take a char parameter instead of StringView since it's always 1 char
2023-04-24 20:58:35 +02:00
..
Chess.cpp LibChess: Make piece_for_char_promotion() more generally useful 2023-04-24 20:58:35 +02:00
Chess.h LibChess: Make piece_for_char_promotion() more generally useful 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: Move inputs when creating chess Commands 2023-04-24 20:58:35 +02:00
UCICommand.h LibChess: Move inputs when creating chess Commands 2023-04-24 20:58:35 +02:00
UCIEndpoint.cpp LibChess: Convert Commands to use String and propagate errors 2023-04-24 20:58:35 +02:00
UCIEndpoint.h LibChess: Allow UCIEndpoint to handle unexpected disconnections 2023-04-20 09:59:18 +01:00