The disc golf league standings tracker manages weekly points for club leagues. Add players, enter weekly scores, and see auto-sorted standings with games back. Saves between sessions so you can pick up where you left off each week.
League Setup
Enter points for Week 1:
How to Use the Disc Golf League Standings
Running a disc golf league requires a simple way to track weekly results and maintain standings across the season. This tool handles the math and sorts standings automatically so your club can focus on playing rather than scorekeeping.
Step 1: Add Your League Players
Type each player's name and click "Add Player." Add up to 16 players. Player names are saved to localStorage so they persist between visits. You don't need to re-enter names each week.
Step 2: Enter Weekly Points
Click "Add Week" to open the weekly scoring section. Enter points for each player based on your league's scoring system (place-based points, net score points, etc.). Click "Submit Week" to add the scores and update standings. Repeat each week of your season.
Understanding Games Back
The GB (Games Back) column shows how many points separate each player from the leader. The leader shows 0.0 GB. A player with 10 fewer total points than the leader shows 5.0 GB (using the standard formula: GB = point difference / 2). This is a standard way to show competitive distance in standings tables.
FAQ
Is this league standings tool free?
Yes, completely free with no signup. All data is saved locally in your browser using localStorage.
Is my league data private?
Yes. Everything runs locally in your browser and is never sent to any server.
How many players can I track?
Up to 16 players. This covers most recreational and club leagues. Larger tournaments would typically use dedicated tournament software.
How is 'games back' calculated?
Games back (GB) measures how far a player or team is behind the leader. Formula: GB = (Leader's Points - Player's Points) / 2. This is borrowed from baseball standings and works for any points-based league where the leader is shown as 0.0 GB.
Can I add weekly rounds over multiple sessions?
Yes. Click 'Add Week' to create a new scoring column for each week. The standings persist in your browser between sessions. You can add as many weekly rounds as your season requires.
How do I reset the league for a new season?
Click 'New Season' to clear all player data and standings for a fresh start. Make sure to record or screenshot final standings before resetting.