summaryrefslogtreecommitdiff
path: root/Libraries/LibChess/Chess.h
AgeCommit message (Expand)Author
2020-10-30LibChess: Forbid King moving into check by a pawn on the home rankBrendan Coles
2020-10-03Everywhere: Fix more typosLinus Groh
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-21Chess: Refactor game logic into LibChess for use in enginesPeter Elliott