Code:
#
# 48 team schedule, 168 games
# Designed for the following configuration:
# 1 subleague with 8 division of 6 teams
#
#
# 12 games against 5 other team in division (6H/6A)
# 6 games against each team in one other division (3H/3A)
# 2 games against each team in other six divisions (2H or 2A)
#
#
# This is one of 14 sibling files that cycle through the divisions playing the more games
# and balancing home/away for the cases of playing opponents in only one 2-game series
#
# Two-game series played mostly in pairs early week
# Some also played Sat-Sun on weekends
# Offdays most weeks, and fall Mondays, Thursdays, and Fridays
#
# Teams play 14 weekend series
#
# No homestands or roadtrips longer than 14 games
#
# All game times set as 7:05pm
#
# Season begins first Friday on or after March 24
# Season ends first Sunday of October
# Season spans 192 days
#
# All-Star Game set for first Tuesday on or after July 5 (day num 103)
#
# Posted 2025/07/03
#