ladybird/Userland/Games
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
..
2048 2048: Display action status tips in status bar 2021-05-18 16:48:39 +02:00
Breakout Userland: Replace arc4random() with get_random<u32>() 2021-05-14 22:24:02 +02:00
Chess Chess: Fix signed/unsigned issues 2021-05-17 18:14:05 +01:00
GameOfLife GameOfLife: Don't randomize cells on board resize 2021-05-16 23:00:21 +02:00
Minesweeper Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Pong Pong: Make the game winnable 2021-05-18 18:58:07 +01:00
Snake Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Solitaire Solitaire: Prevent player dragging entire stack to foundation 2021-05-18 20:05:10 +02:00
CMakeLists.txt Games: Add GameOfLife 2021-05-15 17:44:21 +01:00