Code:
#
# 24 team schedule, 132 games
# Designed for the following configuration:
# 2 subleagues, each with 1 division of 12 teams
#
#
# 12 games against 11 other teams in division (6H/6A)
# no interleague games
#
# Schedules for two subleagues are identical
#
#
# All 3-games series
# Each team has an offday each week on either Monday or Thursday
#
# Homestands and roadtrips as long as 12 games
#
# Each team plays either 11 or 12 home weekend series
#
# All game times set at 7:05pm
#
# Season begins first Friday of April
# Season ends early September
# Season spans 157 days
#
# All-Star Game in early/mid-July (season day number 96)
#
# Built 2019-06-01
#