ladybird/Userland/Games
Sam Atkins 98603e2b20 Solitaire: Replace animation Card with manual painting
Repeatedly allocation a new Card object is unnecessary, and makes
propagating OOM awkward. We also don't need a full card, just which
suit/rank it is and its position. So, let's save all the extra
allocation and just paint the card bitmap directly.
2023-01-06 16:03:50 +01:00
..
2048 AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
BrickGame LibGfx: Make Font::width() return a float 2023-01-03 15:25:02 +01:00
Chess LibFileSystemAccessClient: Rename try_save_file => 2022-12-14 18:26:25 +00:00
ColorLines LibGfx: Make Font::width() return a float 2023-01-03 15:25:02 +01:00
FlappyBug AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Flood Flood: Get the color scheme from the system theme 2022-12-31 04:20:59 -07:00
GameOfLife GameOfLife: Propagate errors while loading bmp 2022-12-23 12:23:05 +00:00
Hearts Games: Add a Cards Settings menu item to Hearts, Solitaire, and Spider 2023-01-05 13:05:13 +00:00
MasterWord MasterWord: Ignore unhandled keydown events 2022-12-14 18:25:02 +00:00
Minesweeper Minesweeper: Make a factory function for Field and propagate errors 2022-12-14 15:05:52 +00:00
Snake Snake: Make initialization from GML fallible 2023-01-01 09:55:05 -05:00
Solitaire Solitaire: Replace animation Card with manual painting 2023-01-06 16:03:50 +01:00
Spider Spider: Highlight valid target stack when hovering over it 2023-01-06 16:03:50 +01:00
CMakeLists.txt Games: Add ColorLines 2022-12-12 17:30:04 +00:00