USBA Summer Smash - 2025

USBA is bringing the heat this summer with Summer Smash, a softball tournament like no other!   Join us on July 12 at the beautiful Markham Centennial Park (4 Miley Dr, Markham, L3P 7S6)  for a weekend packed with intensity, teamwork, and championship vibes.  

Whether you're swinging for the fences or making game-saving grabs, each team is guaranteed at least 3 round robin games—plenty of action to show what you're made of. We’re playing with a 1 & 1 count format, so bring your A-game from the first pitch!  

Medals, trophies, bragging rights, and glory are all on the line.   

Tournament Schedule:

Here are some of the important rules for the tournament:
  • All pitchers must wear a mask
  • Standings are determined by points, then run differential
  • Teams are seeded for playoffs based on round robin standings
  • Coin toss winner chooses to be home or visitors
  • A team can only have 3 more home runs than the other team (+3 HR rule)
  • Maximum 5 runs per inning
  • Last inning is open, called by the umpire (no run limit)
  • Mercy rule: game ends if a team leads by 15 or more runs after 5 innings
  • Player must play at least 1 round robin game to qualify for playoffs
  • Please see complete tournament rules here

Standings & Scores



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