index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Games
/
2048
Age
Commit message (
Expand
)
Author
2020-12-21
Build: Embed application icons directly in the executables.
William Marlow
2020-11-01
Games: Use GUI::Icon::default_icon to set application icon
Brendan Coles
2020-10-31
LibGfx: Move FontDatabase from LibGUI to LibGfx
Andreas Kling
2020-10-25
LibGfx+LibGUI+Clients: Make fonts findable by their qualified name
Andreas Kling
2020-10-17
Games: Use new format functions.
asynts
2020-08-21
2048: Make board size and target tile configurable
AnotherTest
2020-08-21
2048: Do not allow the creation of games with invalid board sizes
AnotherTest
2020-08-18
2048: Tweak default window size
Sergey Bugaev
2020-08-18
2048: Generate more "2" tiles
Sergey Bugaev
2020-08-18
2048: Move score to a status bar
Sergey Bugaev
2020-08-18
2048: Separate game logic from the view :^)
Sergey Bugaev
2020-08-18
2048: Automatically pick an appropriate font size
Sergey Bugaev
2020-08-18
2048: Use the original colors
Sergey Bugaev
2020-08-18
2048: Tweak cell metrics
Sergey Bugaev
2020-08-17
Games: Add missing separators to the application menus
Tibor Nagy
2020-08-15
Misc: Use automatic window positioning in more applications
Linus Groh
2020-08-14
2048: Move out the 'undo' action to the app menu/action
AnotherTest
2020-08-14
2048: Make the scoring system less 'lame'
AnotherTest
2020-08-09
Games: Add a 2048 game
AnotherTest