1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 06:35:07 +00:00
serenity/Userland/Games/Solitaire
Jesse Buhagiar 2f49241296 Solitaire: Prevent player dragging entire stack to foundation
Currently, it is possible for the player to drag an entire stack
of cards to the foundation stack, provided the top card of the stack
(i.e the "root" card) can be dropped onto the foundation stack.
This causes an invalid state where, e.g, red cards end up in a
black foundation stack, or vice versa.
2021-05-18 20:05:10 +02:00
..
Card.cpp Solitaire: Add key combo to dump the state of the layout 2021-05-16 16:37:51 +02:00
Card.h Solitaire: Add key combo to dump the state of the layout 2021-05-16 16:37:51 +02:00
CardStack.cpp Solitaire: Prevent player dragging entire stack to foundation 2021-05-18 20:05:10 +02:00
CardStack.h Solitaire: Prevent player dragging entire stack to foundation 2021-05-18 20:05:10 +02:00
CMakeLists.txt Solitaire: Convert Solitaire window to be created from GML 2021-05-05 21:38:45 +02:00
Game.cpp Solitaire: Prevent player dragging entire stack to foundation 2021-05-18 20:05:10 +02:00
Game.h Solitaire: Persist game mode to config file 2021-05-18 17:57:23 +02:00
main.cpp Solitaire: Display high score in status bar 2021-05-18 17:57:23 +02:00
Solitaire.gml Solitaire: Display high score in status bar 2021-05-18 17:57:23 +02:00