Code:
#
# 12 team schedule, 64 games
# Designed for the following configuration:
# 2 subleagues, each with 1 division of 6 teams
#
#
# 8 games against 5 other teams in division (4H/4A)
#
# 4 games against 6 teams in other subleague (2H/2A)
#
#
# All games played Thu-Sun, with Mon-Wed always offdays
#
# All division games are in 4-game series Thu-Sun
#
# All interleague games are in pairs of 2-game series Thu-Fri & Sat-Sun
# Pairs involve same teams with one team hosting each series
#
# Teams play no more than 8 consecutive games home or away
#
# All Thu/Fri game times set at 7:10pm
# All Sat game times set at 4:10pm
# All Sun game times set at 1:10pm
#
# Season begins first Thursday on or after May 10
# Season ends first Sunday on or after August 26
# Season spans 109 days
#
# No All-Star Game set
#
# Built 2024-09-21
#