Code:
#
# 24 team schedule, 132 games
# Designed for the following configuration:
# 2 subleagues each with 3 divisions, each with 4 teams
#
#
# 16 games against 3 other teams in division (7-9H/7-9A)
# 6 games against 6 other teams in league (3H/3A)
# 3 games against 12 teams in other league (3H or 3A)
#
#
# No cases of more than 20 straight days without offday
#
# No homestands or roadtrips longer than 14 games
# All-Star break counted as ending homestands/roadtrips
#
# Teams play 11 home weekend series
#
# All weekday game times set at 7:05pm
# Saturday game times 30% 1:05pm, 20% 4:05pm, 50% 7:05pm
# Sunday game times 50% 1:05pm, 30% 4:05pm, 20% 7:05pm
# Except 1:05pm game time for all getaway days for both teams
#
# Season begins first Friday of April
# Season ends first Sunday on or after Aug28
# Season spans 150 days
#
# All-Star Game set for first Tuesday on or after Jun28 (day num 89)
#
# Built on 2022-10-19
#