You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
round-based scoring with negativ score-calculation:
we are playing cards with 4 players and 32 games
each game has 1 to 3 winners and the others are the loosers
the scores of the winner are negativ divided / multiplied to the loosers, eg:
one winner 6 points => 3 loosers with -2 points
three winner 3 points => 1 looser with -9 points
two winners 4 points => two loosers with -4 points
so it would be easy to
select winner(s) and entering the score => calculate the other results
marker(s) for the players
each player has to play one "solo-game" withing the 32 games;
so we need a merkes, which player has already played his "special" game
(e.g. reversing the players name or something like that)
The text was updated successfully, but these errors were encountered:
Hi, thanks a lot for your suggestions! I admit, however, that I'm not really actively maintaining this app anymore. But since it's open-source, I invite anybody to modify it and send in pull requests. :)
Hi,
great app for scoring - I need two features:
we are playing cards with 4 players and 32 games
each game has 1 to 3 winners and the others are the loosers
the scores of the winner are negativ divided / multiplied to the loosers, eg:
so it would be easy to
each player has to play one "solo-game" withing the 32 games;
so we need a merkes, which player has already played his "special" game
(e.g. reversing the players name or something like that)
The text was updated successfully, but these errors were encountered: