Code:
#
# 24 team schedule, 130 games
# Designed for the following configuration:
# 2 subleague, each with 2 divisions of 6 teams
#
#
# 20 games against 5 other teams in division (7H/7A)
# 10 games against 6 teams in other division (5H/5A)
# no interleague games
#
# Schedules for two subleagues are identical
#
# All intra-division games in 3-game and 4-game series
# All inter-division games in 2-game and 3-game series
# Offdays scattered through season mostly before or after 2-game series
# Series do not adhere to MLB-style 2-series-per-week
#
#
# Teams play no more than 20 consecutive days without offday
#
# Homestands and roadtrips as long as 15 games
#
# All game times randomly range from 11:30am-8:30pm
# Mostly between 1:30pm-5:30pm
#
# Season begins first Monday of April
# Season ends early August
# Season spans 126 days
#
# All-Star Game in early June (season day number 64)
#
# Built 2020-06-07
#