Code:
#
# 24 team schedule, 154 games
# Designed for the following configuration:
# 2 subleagues, each with 2 divisions of 6 teams
#
#
# 14 games against 5 other teams in division (7H/7A)
# 8 games against 6 other teams in subleague (4H/4A)
# 3 games against 12 teams in other subleague (3H or 3A)
#
# This is one of two sibling files with exactly same layout
# except home/away reversed for all matchups
#
#
# No homestands or roadtrips longer than 15 games (4 series)
#
# Team play no more than 8 consecutive days before next offday
# All teams share same offdays
#
# All weekday game times set at 7:05pm, except 1:05pm if new series starts next day
# All weekend game times set at 1:05pm
#
# Season begins first Thursday on or after March 28
# Season ends first Sunday on or after September 29
# Season spans 186 days
#
# All-Star Game on first Tuesday on or after July 30 (day 125)
#
# Built 2024-12-14
#