Code:
#
# 10 team schedule, 44 games
# Designed for the following configuration:
# 1 subleague with 2 divisions each with 5 teams
#
# 6 games against other 4 teams in division (3H/3A)
# 6 games against 5 teams in other division (4H or 4A)
#
# 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
#
# One of two siblings that in aggregate balance home/away games
#
# Teams play no more than 8 consecutive games home or away
#
# All Thu/Fri game times set at 7:05pm, Sat at 4:05pm, Sun at 1:05pm
#
# Season begins first Thursday on or after May14
# Season ends first Sunday on or after Aug9
# Season spans 88 days
#
# All-Star Game set for first Tuesday on or after Jul14 (day num 61)
#
# Built 2026-04-11
#