Tennis Ladder Scoring System

🔹 Rule Summary


Handicap Definition

Handicap factor for the lower ranked player is calculated as: (2 - (Rh / Rl))

Handicap factor for the higher ranked player is: 1.0

Example: Player 2 vs Player 5


HeadToHeadFactor Definition

The head-to-head factor reduces the value of points earn from repeated wins over the same opponent in a 4 week period. If there is atleast 4 weeks between rematches the head-to-head factor resets to 1.0.

HeadToHeadFactor(HtH) =
  HtH = 0 → 1.00
  HtH = 1 → 0.75
  HtH = 2 → 0.50
  HtH ≥ 3 → 0.25
    

The winner’s base points are:


Total Points Calculation

Every game won is worth points to the player who won it. To encourage "playing up," games won by the lower-ranked player are worth more.

Winners Points:(250 + (10 * No. Games Won * Handicap)) * HtH

Losers Points:(10 * No. Games Won * Handicap) * HtH