1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 22:50:59 +00:00
serenity/Userland/Games
thankyouverycool 5bb9af8297 Minesweeper: Simplify resizing game window
Instead of propagating field size changes to main and manually
calculating window size, use auto shrink to automatically
resize the window after changes to the board.
2023-04-17 20:31:12 +02:00
..
2048 Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
BrickGame LibGfx+Userland: Add width_rounded_up() helper 2023-04-15 15:24:50 +02:00
Chess Everywhere: Remove unintentional partial stream reads and writes 2023-03-13 15:16:20 +00:00
ColorLines Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() 2023-03-04 00:29:38 +01:00
FlappyBug LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
Flood LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
GameOfLife Everywhere: Stop using NonnullOwnPtrVector 2023-03-06 23:46:35 +01:00
Hearts LibGfx+Userland: Add width_rounded_up() helper 2023-04-15 15:24:50 +02:00
MasterWord MasterWord: Rectify resizing game window 2023-04-17 20:31:12 +02:00
Minesweeper Minesweeper: Simplify resizing game window 2023-04-17 20:31:12 +02:00
Snake Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Solitaire Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
Spider Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
CMakeLists.txt Games: Add ColorLines 2022-12-12 17:30:04 +00:00