The classic head-to-head format — victory is measured by holes won, not total strokes
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.
💡 REN GOLF Implementation: The system updates the match summary status in real-time so you always know the current standing.
In golf, handicap strokes are the soul of fair competition. REN GOLF supports professional handicap calculations:
💡 Technical Detail: In our MatchPlayEngine, the system automatically cross-references the course database's difficulty index to precisely calculate each player's Net Score.
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.
💡 REN GOLF Implementation: Through the GameType enum, the system can switch to 2v2 team logic at any time, automatically determining Best Ball.