Code:
#
# 16 team schedule, 162 games
# Designed for the following configuration:
# 2 subleagues, each with 2 division of 4 teams
#
#
# 14 games against 3 other teams in division (7H/7A)
# 10 games against 4 teams in other division in subleague (5H/5A)
# 10 games against 8 teams in other subleague (5H/5A)
#
# Season is two symmetric halves split by All-Star Break
# Play every team in one 5-game series in each half
# Plus each half ends with three 2-game division series
#
# Because of series lengths do not adhere to common two series per week
#
# Offdays scattered on average two per every three 5-game series played
# Teams play no more than 11 consecutive days without offday
#
# Homestands and roadtrips as long as 15 games
# All-Star break counted as ending homestands/roadtrips
#
# All weekday game times set at 7:05pm
# Saturday game times 30%-1:05pm, 20%-4:05pm, 50%-7:05pm
# Sunday game times 60%-1:05pm, 25%-4:05pm, 15%-7:05pm
# Exceptions 1:05pm getaway days (where either team plays elsewhere next day)
#
# Season begins first Monday on or after March 29
# Season ends first Wednesday on or after September 29
# Season spans 185 days
#
# All-Star Game first Wednesday on or after June 29 (season day number 93)
#
# Built 2025-04-11
#