Code:
#
# 24 team schedule, 162 games
# Designed for the following configuration:
# 2 subleagues, each with 3 divisions of 4 teams
#
#
# 8 games against 1 other team in division (4H/4A)
# 7 games against 10 other teams in subleague (3 or 4H / 3 or 4A)
# 7 games against each team in other subleague (3 or 4H / 3 or 4A)
#
#
# Schedule considered balanced
#
# A few instances of homestands/roadtrips as long as 18 games
# though generally not longer than 14 games
#
# No team plays more than 14 straight days without an offday
#
# All teams have same offdays, which include
# 15th of each month and last day of each month plus some other scattered days
#
# All game times set at 7:00pm
#
# Teams play no more than one game per day
#
# Season begins April 1
# Season ends September 29
# Season spans 182 days
#
# All-Star Game set for July 16 (season day 107)
#
# Built 2024-11-24
#