Code:
#
# 16 team schedule, 162 games
# Designed for the following configuration:
# 2 subleagues, each with 2 division of 4 teams
#
#
# 22 games against 3 other teams in division (11H/11A)
# 12 games against 4 teams in other division in subleague (6H/6A)
# 6 games against 8 teams in other subleague (3H/3A)
#
#
# Teams play no more than 20 consecutive days without offday
#
# Homestands and roadtrips as long as 13 games
# All-Star break counted as ending homestands/roadtrips
#
# Team play 13-14 home weekend series
#
# All game times set at 7:05pm
#
# Season begins Friday before first Monday of April
# Season ends late-September/early-October
# Season spans 185 days
#
# All-Star Game in early/mid-July (season day number 103)
#
# Built 2019-06-13
#