Match Play & Handicap

The classic head-to-head format — victory is measured by holes won, not total strokes

What is Match Play?

Unlike Stroke Play which counts total strokes over 18 holes, Match Play's core is **"winning holes."** As long as you score fewer strokes than your opponent on a hole, you win that hole (1 UP), regardless of the margin. This format gives trailing players a much better chance to recover quickly after a blowup hole.

1. Scoring Indicators

💡 REN GOLF Implementation: The system updates the match summary status in real-time so you always know the current standing.

2. Handicap Stroke Calculation

In golf, handicap strokes are the soul of fair competition. REN GOLF supports professional handicap calculations:

Scenario: Player A has handicap 10, Player B has handicap 18.
Strokes Given: Player B receives 8 strokes (18 - 10 = 8).
Distribution: These 8 strokes are allocated to the top 8 most difficult holes (by HDCP Index). On those holes, Player B can subtract 1 stroke.

💡 Technical Detail: In our MatchPlayEngine, the system automatically cross-references the course database's difficulty index to precisely calculate each player's Net Score.

3. REN GOLF Exclusive: Pairwise Handicap

In multi-player (3 or 4 player) matches, traditional handicap calculations become complex. We've implemented a **Pairwise Handicap** algorithm that dynamically applies specific stroke differences when each player compares against different opponents. This is especially powerful in "Cut-Throat" mode.

This means even three friends with vastly different handicaps can enjoy a completely fair competition within the same format.

4. Team Format Support

💡 REN GOLF Implementation: Through the GameType enum, the system can switch to 2v2 team logic at any time, automatically determining Best Ball.

Back to Features

Other Rules

Las Vegas · Match Play · Dou Dizhu · Cut-Throat · AI OCR · Team System