serenity/Userland/Games/Solitaire
Timothy Flynn 3a45bf5254 Solitaire: Add stack for the playable cards on top of the waste stack
While the waste stack and the playable card on top of the waste stack
are collectively referred to as the "waste", it's programatically nice
to separate them to enable 3-card-draw mode. In that mode, the playable
stack will contain 3 cards with a slight x-axis shift, while the waste
stack underneath will remain unshifted. So rather than introducing some
ugly logic to CardStack to handle this, it's more convenient to have a
separate stack on top of the waste stack.
2021-05-16 16:37:51 +02:00
..
Card.cpp Solitaire: Place files in Solitaire namespace and rename main widget 2021-05-05 21:38:45 +02:00
Card.h Solitaire: Place files in Solitaire namespace and rename main widget 2021-05-05 21:38:45 +02:00
CardStack.cpp Solitaire: Add stack for the playable cards on top of the waste stack 2021-05-16 16:37:51 +02:00
CardStack.h Solitaire: Add stack for the playable cards on top of the waste stack 2021-05-16 16:37:51 +02:00
CMakeLists.txt Solitaire: Convert Solitaire window to be created from GML 2021-05-05 21:38:45 +02:00
Game.cpp Solitaire: Add stack for the playable cards on top of the waste stack 2021-05-16 16:37:51 +02:00
Game.h Solitaire: Add stack for the playable cards on top of the waste stack 2021-05-16 16:37:51 +02:00
main.cpp Everywhere: Add Alt shortcuts to remaining top-level menus 2021-05-12 18:09:42 +01:00
Solitaire.gml Solitaire: Add statusbar segment to display elapsed time 2021-05-05 21:38:45 +02:00