summaryrefslogtreecommitdiff
path: root/Libraries/LibChess
AgeCommit message (Expand)Author
2020-08-21LibChess: Shrink Chess::Piece from 8 bytes to 1 byteAndreas Kling
2020-08-21ChessEngine: Add ChessEnginePeter Elliott
2020-08-21Chess: Add support for UCI enginesPeter Elliott
2020-08-21LibChess: Add UCIEndpoint for writing UCI chess enginesPeter Elliott
2020-08-21LibChess: Fix the ability to counter check with another checkPeter Elliott
2020-08-21Chess: Refactor game logic into LibChess for use in enginesPeter Elliott