Code:
#
# 24 team schedule, 138 games
# Designed for the following configuration:
# 2 subleagues, each with 2 divisions of 6 teams
#
#
# 18 games against 5 other teams in division (9H/9A)
# 6 games against 6 teams in other division (3H/3A)
# 1 game against 12 teams in other subleague (1H or 1A)
#
#
# Intradivision and intraleague games all in 3-game series
#
# Interleague games all single games across two weeks
# Period falls toward middle of season (day numbers 92-104)
#
# All games played Monday-Saturday
# No Sunday games
#
# Homestands and roadtrips as long as 12 games
#
# Each team plays either 11 or 12 home weekend series
#
# All Monday-Friday game times set at 7:30pm
# All Saturday game times set at 11:30am
#
# Season begins first Monday of April
# Season ends late-September
# Season spans 174 days
#
# No specified All-Star Game
#
# Built 2019-06-10
#