ladybird/Userland/Games/Hearts
Gunnar Beutner 631d36fd98 Everywhere: Add component declarations
This adds component declarations so that users can select to not build
certain parts of the OS.
2021-06-17 11:03:51 +02:00
..
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Game.cpp AK+Everywhere: Disallow constructing Functions from incompatible types 2021-06-06 00:27:30 +04:30
Game.h Hearts: Play the first valid card (left-to-right) when pressing space 2021-06-02 23:07:12 +01: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: Fix sorting for pick_low_points_high_value_card 2021-06-01 08:52:08 +02:00
Player.h Hearts: Prefer to pass high value 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