Code:
#
# 4 team schedule, 60 games
# Designed for the following configuration:
# 2 subleagues, each with 1 division of 2 teams
#
#
# 32 games against 1 other team in division (16H/16A)
# 14 games against 2 teams in other subleague (7H/7A)
#
#
# All division games in 4-game series, and other series mix of 3-game and 4-game
# Offday for all teams follows each series
#
# All-Star Game on July both preceded and followed by two offdays
# That is the exact midpoint of the season
#
# No homestands or roadtrips longer than 10 games
#
# Game times randomly on half hours between 12:00pm and 2:00pm
#
# Season begins May 23
# Season ends August 9
# Season spans 79 days
#
# All-Star Game set for July 1 (day num 40)
#
# Posted 2025/06/15
#