index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibChess
Age
Commit message (
Expand
)
Author
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-14
Chess: Add LibCore as a dependency
Itamar
2020-12-10
Chess: Added abilty to import PGN files
AnicJov
2020-12-10
Chess: Added ability to copy board state as FEN
AnicJov
2020-12-06
Chess: Add ability to export game as PGN file
AnicJov
2020-12-06
Chess: Added ability to resign and flip the board
AnicJov
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