Code:
#
# 26 team schedule, 64 games
# Designed for the following configuration:
# 2 subleagues each with 2 divisions of...
# 7 teams is each division of the first subleague
# 6 teams is each division of the second subleague
# This is the same structure as MLB for 1977-1992
#
#
# First subleague...
#
# 6 games against 6 other teams in division (3H/3A)
# 4 games against 7 other teams in subleague (4H or 4A or 2H/2A)
# no interleague games
#
# Homestands and roadtrips may be as long as 14 games
#
# Very limited offdays
# Some teams play as many as 31 consecutive days without offday
#
# Four doubleheaders occur during schedule
#
# All 3-game and 4-game series except for one case
# One matchup of home-away two-game series pair around mid-season
#
#
# Second subleague...
#
# 6 games against 6 other teams in division (3H/3A)
# 4 games against 7 other teams in subleague (4H or 4A or 2H/2A)
# no interleague games
#
# Homestands and roadtrips may be as long as 15 games
#
# Teams play as many as 15 consecutive days without offday
# All teams play doubleheaders the Tuesday one week before All Star Game
#
# Majority 4-game series with also some 2-game and 3-game
#
#
# All teams play 5 weekend series at home
#
# All game times set at 7:05pm,
# except first games of doubleheaders are 1:05pm
#
# Season begins first Monday of April
# Season ends mid-June
# Season spans 70 days
#
# All-Star Game Tuesday of 8th week of the 10 week season (day num 51)
#
# Built 2020-02-22
#