Code:
#
# 24 team schedule, 162 games
# Designed for the following configuration:
# 2 subleagues, each with 2 divisions, each with 6 teams
#
#
# 14-15 games against 5 other teams in division (6-9H/6-9A)
# 6-9 games against 6 other teams in league (3H/3A)
# 3 games against each team in other league (3H or 3A)
#
# All of the interleague games are over about 6 weeks immediately preceding the All-Star Break
#
# Season starts on Saturday, and first half is "offset" by one day with
# series spanning Tue/Wed-Thu/Fri and Fri/Sat-Mon
#
# After All-Star Game series are back in usual MLB week format with
# series spanning Mon/Tue-Wed/Thu and Thu/Fri-Sun
#
# No cases of more than 20 straight days without offday
#
# No homestands or roadtrips longer than 14 games
#
# Team play 13 home weekend series
#
# All game times set at 7:05pm
#
# Season begins first Saturday of April
# Season thus ends late September/early October
# Season spans 184 days
#
# All-Star Game set for third Saturday of July
#
# Built on 2025-06-14
#