Age | Commit message (Expand) | Author |
---|---|---|
2020-10-30 | LibChess: Forbid King moving into check by a pawn on the home rank | Brendan Coles |
2020-10-17 | LibChess: Use new format functions. | asynts |
2020-10-03 | Everywhere: Fix more typos | Linus Groh |
2020-10-02 | Everywhere: Fix typos | Nico Weber |
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 |