summaryrefslogtreecommitdiff
path: root/Games/Chess/ChessWidget.h
AgeCommit message (Expand)Author
2020-12-17Chess: Prevent board changes when waiting for ChessEngine to moveBrendan Coles
2020-12-10Chess: Added ability to put markings on the boardAnicJov
2020-12-10Chess: Added abilty to import PGN filesAnicJov
2020-12-10Chess: Add ability to replay movesAnicJov
2020-12-10Chess: Added ability to copy board state as FENAnicJov
2020-12-06Chess: Add ability to export game as PGN fileAnicJov
2020-12-06Chess: Added ability to resign and flip the boardAnicJov
2020-08-23Chess: Allow resizing Chess using resize_aspect_ratio(1,1)Peter Elliott
2020-08-23Chess: Optionaly display coordinates at edge of boardPeter Elliott
2020-08-21Chess: Add support for UCI enginesPeter Elliott
2020-08-21Chess: Refactor game logic into LibChess for use in enginesPeter Elliott
2020-08-15Chess: Add pawn promotion to any piecePeter Elliott
2020-08-15Chess: Add En-passantPeter Elliott
2020-08-15Chess: Add menu options for setting board theme and piece setPeter Elliott
2020-08-15Chess: Highlight last movePeter Elliott
2020-08-15Chess: Add win/draw conditions, and display them.Peter Elliott
2020-08-15Chess: Add basic ChessWidget and ugly piece setPeter Elliott