j-toscani / doppelkopf

German card game in the Browser
0 stars 0 forks source link

Determine the winner of a Game #58

Closed j-toscani closed 2 months ago

j-toscani commented 3 months ago

Description (five sentences max.) After all cards are played, there will be one party with the most points or points above a certain threshhold. This party wins the game.

Possible implementation Calculate a resulting score for both parties based on the cards in the rounds property.

Acceptance Criteria

Out of Scope

Document optional improvements Optional. Could lead to a better feature.

j-toscani commented 3 months ago

There is a flaw with the datastructure which will be covered in #60. For the current ticket we´ll assume that all players will play the game from start to finish.