Code:
#
# 20 team schedule, 138 games
# Designed for the following configuration:
# 1 subleague with 4 divisions each with 5 teams
#
#
# 12 games against 4 other teams in division (6H/6A)
# 6 games against 15 other teams in league (3H/3A)
#
#
# Only 3-game series
# All teams have one offday each week, either Mon or Thu
#
# No homestands or roadtrips longer than 12 games
# All-Star break counted as ending homestands/roadtrips
#
# Teams play 12 home weekend series
#
# Weekday game times set at 7:05pm
# Saturday game times 60%-1:05pm, 25%-4:05pm, 15%-7:05pm
# Sunday game times 80%-1:05pm, 20%-4:05pm
# Exceptions 1:05pm getaway days (where both teams play elsewhere next day)
#
# Season begins first Friday on or after Apr1
# Season ends first Sunday on or after Sep11
# Season spans 164 days
#
# All-Star Game set for first Tuesday on or after Jul5 (day num 96)
#
# Built on 2025-05-04
#