1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-09-13 18:17:57 +00:00

Hearts: Add support for playing more than one hand

This changes the game so that more than one hand can be played. Once
one player has 100 or more points the game ends. A score card is shown
between each hand.

Fixes #7374.
This commit is contained in:
Gunnar Beutner 2021-05-24 22:54:47 +02:00 committed by Andreas Kling
parent e636ed43eb
commit 87ace131bc
6 changed files with 226 additions and 33 deletions

View file

@ -4,6 +4,7 @@ set(SOURCES
Game.cpp
main.cpp
Player.cpp
ScoreCard.cpp
SettingsDialog.cpp
HeartsGML.h
)