2025 Season Schedule and Format - Season Starts June 1st

The 2025 softball season is set to begin on June 1st, and we’re excited to kick things off with a fresh new format. This year, in addition14-game regular season, we’re introducing two open tournaments that will welcome participation from both league and non-league teams. These tournaments are designed to bring more excitement, variety, and competitive energy to the season, giving teams additional opportunities to play and connect with a wider softball community. We’re looking forward to a fun and dynamic season ahead—let the games begin!

Schedule:

Tournaments:

  • First Tournament: July 11–13 at Centennial

  • Second Tournament: August 22–24 at Centennial

Playoffs:

  • The top 3 teams from the overall standings qualify directly for the playoffs.

  • Tiebreaker criteria (in order): Points, Wins, Run Differential, Head-to-Head.

  • The 4th playoff spot will be decided through play-in games on August 10, 2025

    • Teams ranked 4th, 5th, and 6th will compete for the final spot:

      • Game A: 6th vs 5th

      • Winner of Game A plays 4th for the final playoff spot.

  • All playoff series are best-of-three.

  • Players must participate in a minimum of 6 games to be eligible for both playoff and play-in games.

  • Tentative playoff dates:

    • Play-In Games: August 10

    • Semi-Finals: August 17

    • Finals: September 14

Games:

  • Games canceled due to rain will be recorded as a tie (Best effort will be made to make up the games).

  • Games will only be canceled if fields are deemed unsafe or if there is lightning.

  • Please provide full player names (no nicknames) to the stat keeper when submitting your lineup.



USBA Management

function refreshSheet() { const iframeA = document.getElementById("2025Gobbler-PoolA"); const baseUrlA = "https://docs.google.com/spreadsheets/d/e/2PACX-1vQSv-J37uqW2pQWP8U_Irz-VcnvVQYvoABPb3_3YNrquJmWbuOuaP9-M_PtCnUR4-kEJHJ05RZqSh6s/pubhtml?widget=true&headers=false"; const timestamp = new Date().getTime(); iframeA.src = baseUrlA + "&ts=" + timestamp; const iframeB = document.getElementById("2025Gobbler-PoolB"); const baseUrlB = "https://docs.google.com/spreadsheets/d/e/2PACX-1vRoMfZZXqdiQ8hmdx8FmWMoGeF-PySwSSbOBZs4MUL7WhzCn32uop7S4c-QI5Ns2gnqgcbV2QOluci8/pubhtml?widget=true&headers=false"; const timestamp = new Date().getTime(); iframeB.src = baseUrlB + "&ts=" + timestamp; const iframeC = document.getElementById("2025Gobbler-PoolC"); const baseUrlC = "https://docs.google.com/spreadsheets/d/e/2PACX-1vRFFNnQKtQY6kJo-JU-k5NeZOMAbvPJsoza5qR6U3ppuvmPJs8hsHP7jbRkEiYzD5zvdFlPtVOj9wi-/pubhtml?widget=true&headers=false"; const timestamp = new Date().getTime(); iframeC.src = baseUrlC + "&ts=" + timestamp; const iframeW = document.getElementById("2025Gobbler-Womens"); const baseUrlW = "https://docs.google.com/spreadsheets/d/e/2PACX-1vSzF44PUQmZqdnEan5zCwY_YmZsdsY9c4r8uN8YXQVoGCC6VFKu1DitbiGay88fmIwq5A_sGSJA_7ar/pubhtml?widget=true&headers=false"; const timestamp = new Date().getTime(); iframeW.src = baseUrlW + "&ts=" + timestamp; } // Initial load refreshSheet(); // Auto-refresh every 30 seconds setInterval(refreshSheet, 30000);