mirror of
https://github.com/SerenityOS/serenity
synced 2024-11-05 17:46:52 +00:00
739cc4b8dc
Fix the incorrect parsing in `Chess::Move::from_algebraic` of moves with a capture and promotion (e.g. gxf8=Q) due to the promoted piece type not being passed through to the `Board::is_legal` method. This addresses a FIXME regarding this issue in `ChessWidget.cpp`. |
||
---|---|---|
.. | ||
BrickGame | ||
Chess | ||
ColorLines | ||
FlappyBug | ||
Flood | ||
GameOfLife | ||
Hearts | ||
MasterWord | ||
Minesweeper | ||
Snake | ||
Solitaire | ||
Spider | ||
TwentyFourtyEight | ||
CMakeLists.txt |