Code:
#
# 10 team schedule, 136 games
# Designed for the following configuration:
# 1 subleague with 2 divisions of 5 teams
#
#
# 24 games against 4 other teams in division (12H/12A)
# 8 games against 5 teams in other division (4H/4A)
#
# All division games in 3-game series, and all interdivision in 4-game series
#
# Except for start of season and one instance at midpoint when all
# interdivision, always have 4 division series and 1 interdivision series
# Because of how the interdivision 4-game series fall, can have relatively
# long stretches for teams without offday
# Several instances of teams playing over 20 (up to 27) consecutive days
#
# Homestands and roadtrips no more than 14 games
#
# All game times set at 7:05pm
#
# Season begins first Thursday of April
# Season ends late August or early September
# Season spans 148 days
#
# No All-Star Game
#
# Built 2023-01-18
#