Code:
#
# 16 team schedule, 140 games
# Designed for the following configuration:
# 1 subleague with 2 divisions of 8 teams
#
#
# 12 games against 7 other teams in division (6H/6A)
# 7 games against each team in other division (3-4H/3-4A)
#
# All games in 2-game and 3-game series
# Every three days is one series, where 2-game or 3-game
# One day is offday if series is 2-game
#
# No homestands or roadtrips longer than 12 games
#
# All game times set at 7:05pm
#
# Season begins April 1
# Season ends September 3
# Season spans 156 days
#
# No All-Star Game or break set
#
# Built 2025-03-30
#