Code:
#
# 14 team schedule, 78 games
# Designed for the following configuration:
# 1 subleague with 1 division of 14 teams
#
#
# 6 games against 13 other teams in division (3H/3A)
#
#
# All games are in 3-game series
# There is at least one offday following each series, more often than not two
#
# There is a full week off at midseason that could be All-Star Break
# But single-division league may not permit that
#
# Up to 9 games (3 series) in row played home or away
# All Star Break considered ending homestands/roadtrips
#
# All weekday game times set at 7:05pm
# Saturday game times 30%-1:05pm, 30%-4:05pm, 40%-7:05pm
# Sunday game times 60%-1:05pm, 25%-4:05pm, 15%-7:05pm
#
# Teams play no more than one game per day
#
# Season begins first Friday of May
# Season ends first Sunday on or after Aug30
# Season spans 122 days
#
# All-Star Game set for Thursday (middle day) of mid-season break (day 63)
#
# Built 2026-05-10
#