Code:
#
# 32 team schedule, 152 games
# Designed for the following configuration:
# 1 subleague with 2 divisions of 16 teams
#
#
# 8 games against 15 other teams in division (4H/4A)
# 2 games against each team in other league (2H or 2A)
#
# All interdivision games in 2-game series played early week
# Two division opponents are also played in all 2-game series early week
# Other division games in 4-game series Thu-Sun, except very last series is early week
# Every team has an offday each full week, either on Monday or Wednesday
#
# No homestands or roadtrips longer than 12 games
# No team plays more than 10 straight days without an offday
#
# Teams play 12-13 weekend series at home
#
# 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)
#
# Teams play no more than one game per day
# No league-wide offdays
#
# Season begins first Thursday in April
# Season ends late September
# Season spans 176 days
#
# No All-Star Game nor mid-season break
#
# Built 2023-06-04
#