Code:
#
# 12 team schedule, 84 games
# Designed for the following configuration:
# 1 subleague with 3 divisions of 4 teams
#
#
# 12 games against 3 other teams in division (6H/6A)
# 6 games against 8 other teams (3H/3A)
#
#
# All games are in 3-game series
# After every series is one offday, with exception that
# at midseason there is a 3-day break
# Team either all playing or all off on a given day
#
# Homestands and roadtrips may be as long as 9 games
#
#
# All game times set at 7:05pm
#
# Season begins May 10 (exactly date, not an particularly weekday)
# Season ends August 30
# Season spans 113 days
#
# No All-Star Game set, but midseason break exists
#
# Built 2023-03-23
#