mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-29 19:10:26 +00:00
f11000b176
Whether or not tiles moved used to be determined by comparing new_tiles with m_tiles. This is no longer possible since the slide is done in-place. This fix makes the game look through the m_sliding_tiles, which contains previous and current position for each tile on the board, to determine whether any tile moved at all. If not, the move is deemed unsuccessful. Fixes #8008. |
||
---|---|---|
.. | ||
2048 | ||
Breakout | ||
Chess | ||
GameOfLife | ||
Hearts | ||
Minesweeper | ||
Pong | ||
Snake | ||
Solitaire | ||
CMakeLists.txt |