ladybird/Userland/Games
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
..
2048 Everywhere: Replace hardcoded anon's uid in unveil path with %uid 2022-08-14 21:52:35 +01:00
Chess Base: Launch FileSystemAccessServer at session start-up 2022-08-14 21:52:35 +01:00
FlappyBug Everywhere: Replace hardcoded anon's uid in unveil path with %uid 2022-08-14 21:52:35 +01:00
GameOfLife Everywhere: Replace hardcoded anon's uid in unveil path with %uid 2022-08-14 21:52:35 +01:00
Hearts LibCards+Games: Replace card "value" int with a Rank enum 2022-08-22 12:50:41 +02:00
MasterWord Everywhere: Replace hardcoded anon's uid in unveil path with %uid 2022-08-14 21:52:35 +01:00
Minesweeper Everywhere: Replace hardcoded anon's uid in unveil path with %uid 2022-08-14 21:52:35 +01:00
Snake Everywhere: Replace hardcoded anon's uid in unveil path with %uid 2022-08-14 21:52:35 +01:00
Solitaire LibCards+Games: Replace card "value" int with a Rank enum 2022-08-22 12:50:41 +02:00
Spider LibCards+Games: Replace card "value" int with a Rank enum 2022-08-22 12:50:41 +02:00
CMakeLists.txt Userland+Base: Remove Breakout and Pong games 2022-06-15 17:15:04 +02:00