2025 Playoffs Schedule

Playoff Schedule

Game Time Matchups Location Game Stats
1 11:00:00 AM Colorado 0 @ Toronto 0 Legacy Park - North  
2 12:30:00 PM TBD 0 @ San Diego 0 Legacy Park - North  
Game Time Matchups Location Game Stats
1 10:00:00 AM San Francisco 0 @ Chicago Sox 0 Legacy Park - North  
2 11:30:00 AM Chicago Sox 0 @ San Francisco 0 Legacy Park - North  
3 1:00:00 PM San Francisco 0 @ Chicago Sox 0 Legacy Park - North  
4 2:30:00 PM TBD 0 @ Oakland 0 Legacy Park - North  
5 4:00:00 PM Oakland 0 @ TBD 0 Legacy Park - North  
6 5:30:00 PM TBD 0 @ Oakland 0 Legacy Park - North  
Game Time Matchups Location Game Stats
1 1:00:00 PM TBD 0 @ TBD 0 Legacy Park - North  
2 2:30:00 PM TBD 0 @ TBD 0 Legacy Park - North  
3 4:00:00 PM TBD 0 @ TBD 0 Legacy Park - North  

  • All players must have minimum of 6GP 
  • Subsitution is allowed in Playin/Playoff games (Max 3)
  • A Substituted player is out of the game and can not re-enter the game.
  • Injured player must be substituted out.   If there is no substitute, the injured player will be an automatic out their first time through the lineup
  • All bench players that can be used for substitutions has to be communicated to umpire before the start of game 

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);