Code:
#
# 8 team schedule, 45 games
# Designed for the following configuration:
# 1 subleague with 2 divisions each with 4 teams
#
# 7 games against other 3 teams in division (3H/4A or 4H/3A)
# 6 games against 4 teams in other division (3H/3A)
#
# Schedule is NOT defined as balanced so make sure to set league settings consistent
#
# All games in 3-game series Fri-Sun or 4-game series Thu-Sun
# With uneven number of games, all teams have
# either 3 more home than away or 3 more away than home
#
# One of two siblings that in aggregate balance home/away games
#
# Teams play no more than two consecutive series home or away
#
# All game times set at 7:05pm
#
# Season begins second Friday of May
# Season ends first Sunday on or after Aug9
# Season spans 94 days
#
# All-Star Game set for first Tuesday on or after Jul14 (day num 68)
#
# Built 2026-04-03
#