summaryrefslogtreecommitdiff
path: root/Libraries/LibChess
AgeCommit message (Expand)Author
2020-12-06Chess: Add ability to export game as PGN fileAnicJov
2020-12-06Chess: Added ability to resign and flip the boardAnicJov
2020-10-30LibChess: Forbid King moving into check by a pawn on the home rankBrendan Coles
2020-10-17LibChess: Use new format functions.asynts
2020-10-03Everywhere: Fix more typosLinus Groh
2020-10-02Everywhere: Fix typosNico Weber
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