1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 23:07:35 +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

@ -1,5 +1,7 @@
set(SOURCES
Chess.cpp
UCICommand.cpp
UCIEndpoint.cpp
)
serenity_lib(LibChess chess)