ladybird/Userland/Games/Hearts
Lenny Maiorani a51fce6c0f LibCards+Games: Change name of card type to card suit
Playing cards have a `suit` such as `hearts`/`diamonds`, not a
`type`. Make the internal naming consistent with the way playing cards
are typically named.
2022-03-18 23:49:34 +00:00
..
CMakeLists.txt Hearts: Add link to help pages in menu 2022-01-13 03:45:17 -08:00
Game.cpp LibCards+Games: Change name of card type to card suit 2022-03-18 23:49:34 +00:00
Game.h Games: Use default constructors/destructors 2022-02-16 22:08:55 +00:00
Hearts.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
Helpers.h LibCards+Games: Change name of card type to card suit 2022-03-18 23:49:34 +00:00
main.cpp Hearts: Add icon to settings action 2022-03-18 01:10:16 +01:00
Player.cpp LibCards+Games: Change name of card type to card suit 2022-03-18 23:49:34 +00:00
Player.h LibCards+Games: Change name of card type to card suit 2022-03-18 23:49:34 +00:00
ScoreCard.cpp Hearts: Add support for playing more than one hand 2021-05-25 21:05:35 +02:00
ScoreCard.h Hearts: Add support for playing more than one hand 2021-05-25 21:05:35 +02:00
SettingsDialog.cpp Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
SettingsDialog.h Hearts: Allow player to set their name 2021-05-23 20:43:53 +01:00