Card Game Points Tracker Calculator

Track scores for up to 6 players across multiple rounds. Add bonuses, penalties, and set a winning target score.

Results will appear here.

Formula

Total Score (per player) = Σ(Round 1…N scores) + Bonus − Penalty

Winner = Player with the highest Total Score (or lowest, depending on selected direction)

Average Score = Σ(All player totals) ÷ Number of Players

Score Spread = Max Total Score − Min Total Score

Rank = Position when all totals are sorted in winning direction

Assumptions & References

  • Supports 2–6 players and 1–20 rounds.
  • Round scores may be negative (e.g., penalty-based games like Hearts).
  • Bonus and Penalty fields accept non-negative values only; penalties are subtracted from the total.
  • Ties are allowed — multiple players can share the winner title.
  • Target score is optional (set to 0 to disable); triggers a notification when any player reaches it.
  • Score direction "Lowest wins" is used in games like Golf, Gin Rummy (penalty variant), and Hearts.
  • Score direction "Highest wins" is used in games like Rummy, Canasta, and Poker.
  • All calculations are performed client-side with no data stored or transmitted.

In the network