mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:57:47 +00:00
Chess: Refactor game logic into LibChess for use in engines
In the future UCI protocol stuff will also go into LibChess.
This commit is contained in:
parent
ffece9cfba
commit
d2cb5e0f48
7 changed files with 165 additions and 148 deletions
|
@ -1,5 +1,6 @@
|
|||
add_subdirectory(LibAudio)
|
||||
add_subdirectory(LibC)
|
||||
add_subdirectory(LibChess)
|
||||
add_subdirectory(LibCore)
|
||||
add_subdirectory(LibCrypt)
|
||||
add_subdirectory(LibCrypto)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue