1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 11:17:44 +00:00
serenity/Userland/Libraries/LibCards
Sam Atkins 46299f3853 LibCards+Games: Move "create a deck" logic to LibCards
`create_standard_deck()` is the usual 52-card deck, but more custom
setups (such as Spider's multiples-of-one-suit) can be created by
passing suit counts to `create_deck()`.
2022-10-10 16:16:01 +01:00
..
Card.cpp LibCards+Games: Move "create a deck" logic to LibCards 2022-10-10 16:16:01 +01:00
Card.h LibCards+Games: Move "create a deck" logic to LibCards 2022-10-10 16:16:01 +01:00
CardGame.cpp LibCards: Make the card back image configurable 2022-08-22 12:50:41 +02:00
CardGame.h LibCards: Add a CardGame base class 2022-08-22 12:50:41 +02:00
CardPainter.cpp LibCards: Remove card-back-image scaling 2022-08-22 12:50:41 +02:00
CardPainter.h LibCards: Make the card back image configurable 2022-08-22 12:50:41 +02:00
CardStack.cpp LibCards+Games: Replace card "value" int with a Rank enum 2022-08-22 12:50:41 +02:00
CardStack.h Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
CMakeLists.txt LibCards: Centralise card bitmap creation 2022-08-22 12:50:41 +02:00