Code:
#
# 32 team schedule, 162 games
# Designed for the following configuration:
# 2 subleagues, each with 4 divisions of 4 teams
#
#
# 22 games against 3 other teams in division (10-12H/10-12A)
# 8 games against 12 other teams in subleague (3-5H/3-5A)
# no interleague games
#
#
# No homestands or roadtrips longer than 14 games
#
# Teams play as many as 20 consecutive days without offday
#
# All teams play 13-14 weekend series at home
#
# All weekday game times set at 7:05pm
# Saturday game times 50%-1:05pm, 20%-4:05pm, 30%-7:05pm
# Sunday game times 60%-1:05pm, 25%-4:05pm, 15%-7:05pm
# Exceptions 1:05pm getaway days (where both teams play elsewhere next day)
#
# Season begins first Friday on or after March 29
# Season ends first Sunday on or after September 29
# Season spans 185 days
#
# All-Star Game first Tuesday after July 9 (day 103)
#
# Built 2026-06-02
#