summaryrefslogtreecommitdiff
path: root/Games/2048/main.cpp
AgeCommit message (Expand)Author
2020-08-212048: Make board size and target tile configurableAnotherTest
2020-08-212048: Do not allow the creation of games with invalid board sizesAnotherTest
2020-08-182048: Tweak default window sizeSergey Bugaev
2020-08-182048: Move score to a status barSergey Bugaev
2020-08-182048: Separate game logic from the view :^)Sergey Bugaev
2020-08-17Games: Add missing separators to the application menusTibor Nagy
2020-08-15Misc: Use automatic window positioning in more applicationsLinus Groh
2020-08-142048: Move out the 'undo' action to the app menu/actionAnotherTest
2020-08-09Games: Add a 2048 gameAnotherTest