serenity/Userland/Games/Solitaire
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
..
CMakeLists.txt Solitaire: Add link to help page 2023-01-02 09:50:37 -05:00
Game.cpp Solitaire: Replace animation Card with manual painting 2023-01-06 16:03:50 +01:00
Game.h Solitaire: Replace animation Card with manual painting 2023-01-06 16:03:50 +01:00
main.cpp Solitaire: Save and load u32 config values as u32s 2023-01-06 16:03:50 +01:00
Solitaire.gml