Andreas Kling
aa939c4b4b
Games: Move to Userland/Games/
2021-01-12 12:04:23 +01:00
Till Mayer
ef458f7b66
Solitaire: Refactor CardStack layout code
2020-10-26 21:36:40 +01:00
Andreas Kling
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
...
This fits nicer with FloatRect,FloatPoint,FloatSize and gives a much
better visual clue about what type of metric is being used.
2020-06-10 10:59:04 +02:00
Tibor Nagy
809490dcb6
Solitaire: Use dark green for empty stack outlines
...
Looks nicer than using dark gray. Derived from the background color.
2020-03-19 22:52:18 +01:00
Till Mayer
fe5cc7ce68
Games: Added solitaire
...
Added a solitaire game. Currently there are graphics missing on some
of the cards, but the game is fully functional.
Press F12 to show the game-over animation manually.
2020-03-09 21:36:59 +01:00