ladybird/Userland/Games/Hearts
Gunnar Beutner 8b9da08d5a Hearts: Pick better non-matching cards
When we don't have a matching card for the lead card rather than
always preferring to play hearts we should try to get rid of our
high value cards first if no other player has hearts cards higher
than what we have.
2021-06-01 08:52:08 +02:00
..
CMakeLists.txt Hearts: Add support for playing more than one hand 2021-05-25 21:05:35 +02:00
Game.cpp Hearts: Pick better non-matching cards 2021-06-01 08:52:08 +02:00
Game.h Hearts: Pick better cards when we're the third player 2021-06-01 08:52:08 +02:00
Hearts.gml Games: Add Hearts 2021-05-21 23:38:18 +02:00
Helpers.h Games: Add Hearts 2021-05-21 23:38:18 +02:00
main.cpp Hearts: Allow player to set their name 2021-05-23 20:43:53 +01:00
Player.cpp Hearts: Pick better non-matching cards 2021-06-01 08:52:08 +02:00
Player.h Hearts: Pick better non-matching cards 2021-06-01 08:52:08 +02: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 Hearts: Allow player to set their name 2021-05-23 20:43:53 +01:00
SettingsDialog.h Hearts: Allow player to set their name 2021-05-23 20:43:53 +01:00