Code:
#
# 16 team schedule, 150 games
# Designed for the following configuration:
# 2 subleagues, each with 2 divisions of 4 teams
#
#
# 38 games against 3 other team in division (19H/19A)
# 9 games against 4 teams in other division of same subleague (3-6H/3-6A)
# no interleague games
#
# Two subleagues are duplicates of each other
#
# Mostly 3-game series, some 2-game series, a few 4-game series
# Two series per week
#
# Offdays almost every week, usually one but sometimes two
# Teams play no more than 13 consecutive days
#
# No homestands or roadtrips longer than 13 games
#
# 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 both teams play elsewhere next day)
#
# Season begins first Thursday on or after March 21
# Season ends first Wednesday on or after September 18
# Season spans 127 days
#
# All-Star Game set for first Tuesday on or after August 6 (day num 139)
#
# Posted 2025/07/09
#