Age | Commit message (Expand) | Author |
---|---|---|
2020-08-21 | LibChess: Shrink Chess::Piece from 8 bytes to 1 byte | Andreas Kling |
2020-08-21 | ChessEngine: Add ChessEngine | Peter Elliott |
2020-08-21 | Chess: Add support for UCI engines | Peter Elliott |
2020-08-21 | LibChess: Add UCIEndpoint for writing UCI chess engines | Peter Elliott |
2020-08-21 | LibChess: Fix the ability to counter check with another check | Peter Elliott |
2020-08-21 | Chess: Refactor game logic into LibChess for use in engines | Peter Elliott |