feat: FRO-20 Create scoreboard component (#12)

Reviewed-on: #12
Co-authored-by: Janis <janis.e.20@gmx.de>
Co-committed-by: Janis <janis.e.20@gmx.de>
This commit is contained in:
2025-12-10 14:16:14 +01:00
committed by Janis
parent 4f04cf7dfe
commit 97a9f85758
2 changed files with 70 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ type PodiumPlayer = {
type Round = {
trumpSuit: Card
playersIn: Player[]
firstRound: boolean
trickList: Trick[]
}