Code:
#
# 30 team schedule, 162 games
# Designed for the following configuration:
# 1 subleague with 3 divisions, each with 10 teams
#
#
# 10-12 games against 9 other teams in division (4-7H/4-7A)
# 3 games against each of other 20 teams in league (3H or 3A)
#
#
# No homestands or roadtrips longer than 14 games
#
# Teams play as many as 20 consecutive days without offday
#
# Teams play 13-14 weekend series at home,
# except two teams play 12 and two teams play 15
#
# 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 on or after Mar29
# Season ends first Sunday on or after Sep29
# Season spans 185 days
#
# All-Star Game first Tuesday on or after Jul5 (day 103)
#
# Built 2023-02-04
#