Code:
#
# 30 team schedule, 176 games
# Designed for the following configuration:
# 2 subleagues, each with 3 divisions of 5 teams
#
#
# 14 games against 4 other teams in division (7H/7A)
# 6 games against 10 other teams in subleague (3H/3A)
# 6 games against each team of one division of other subleague (3H/3A)
# 3 games against each team of other two division of other subleague (3H or 3A)
#
# This is one of 6 sibling files that mix up matchups and their home/away
# Across entire set each team plays every interleague opponent same number of times home and away
#
# No homestands or roadtrips longer than 14 games
#
# Team play as many as 20 consecutive days
#
# Teams play 14-15 weekend series at home
#
# Weekday game times set at 7:05pm
# Saturday game times 60%-1:05pm, 25%-4:05pm, 15%-7:05pm
# Sunday game times 80%-1:05pm, 20%-4:05pm
# Exceptions 1:05pm getaway days (where both teams play elsewhere next day)
#
# Season begins first Friday on or after March 17
# Season ends first Sunday of October
# Season spans 199 days
#
# All-Star Game on first Tuesday on or after Jul 11 (day 117)
#
# Built 2025-05-31
#