Code:
#
# 16 team schedule, 132 games
# Designed for the following configuration:
# 2 subleagues each with 1 division of 8 teams
#
#
# 12 games against 7 other teams in division (6H/6A)
# 6 games against each team of other subleague (3H/3A)
#
# All division games are in 6-game series followed by an offday
# All interleague games are in 3-game series paired in week against same opponent
# With season set to begin on Monday, every team always off Sunday
#
# Two cases of 15 games in a row played home or away, otherwise no more than 12 games
#
# All game times set at 2:05pm
#
# Season begins first Monday on or after April 15
# Season ends first Saturday on or after September 21
# Season spans 160 days
#
# All-Star Game set for day num 80 at mid-point of season
# Week off for All-Star break
#
# Built 2023-01-04
#