summaryrefslogtreecommitdiff
path: root/Games/2048
AgeCommit message (Expand)Author
2020-12-21Build: Embed application icons directly in the executables.William Marlow
2020-11-01Games: Use GUI::Icon::default_icon to set application iconBrendan Coles
2020-10-31LibGfx: Move FontDatabase from LibGUI to LibGfxAndreas Kling
2020-10-25LibGfx+LibGUI+Clients: Make fonts findable by their qualified nameAndreas Kling
2020-10-17Games: Use new format functions.asynts
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: Generate more "2" tilesSergey Bugaev
2020-08-182048: Move score to a status barSergey Bugaev
2020-08-182048: Separate game logic from the view :^)Sergey Bugaev
2020-08-182048: Automatically pick an appropriate font sizeSergey Bugaev
2020-08-182048: Use the original colorsSergey Bugaev
2020-08-182048: Tweak cell metricsSergey 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-142048: Make the scoring system less 'lame'AnotherTest
2020-08-09Games: Add a 2048 gameAnotherTest