ladybird/Userland/Games/Solitaire
Sam Atkins aac2488d5c LibCards+Games: Replace card "value" int with a Rank enum
Because `card->value() == 11` is a lot less clear than `card->rank() ==
Cards::Rank::Queen`, and also safer.

Put this, along with the `Suit` enum, in the `Cards` namespace directly
instead of inside `Cards::Card`. Slightly less typing that way.
2022-08-22 12:50:41 +02:00
..
CMakeLists.txt Solitaire: Port to LibMain 2021-11-23 22:55:50 +01:00
Game.cpp LibCards+Games: Replace card "value" int with a Rank enum 2022-08-22 12:50:41 +02:00
Game.h Solitaire: Migrate to CardGame 2022-08-22 12:50:41 +02:00
main.cpp Solitaire: Migrate to CardGame 2022-08-22 12:50:41 +02:00
Solitaire.gml Solitaire: Migrate to CardGame 2022-08-22 12:50:41 +02:00