Code:
#
# 24 team schedule, 134 games
# Designed for the following configuration:
# 1 subleague with 3 divisions, each with 8 teams
#
#
# 10 games against 7 other teams in division (5H/5A)
# 4 games against 16 other teams in league (2H/2A)
#
# Mostly 2-game series, which are either three per week or two plus a 3-game series
# A few weeks of two 3-game series
# Most weeks have an offday, most often on Wed or Fri
#
# No cases of more than 17 straight days without offday
#
# No homestands or roadtrips longer than 14 games
# All-Star break counted as ending homestands/roadtrips
#
# Teams play 11 home weekend series
#
# All weekday game time 7:05pm
# Saturday game times 30% 1:05pm, 20% 4:05pm, 50% 7:05pm
# Sunday game times 60% 1:05pm, 25% 4:05pm, 15% 7:05pm
# Exceptions 1:05pm getaway days (where both teams play elsewhere next day)
#
# Season begins first Monday on or after Apr1
# Season ends first Sunday on or after Sep1
# Season spans 154 days
#
# All-Star Game defined but does not work for this configuration
# Still break of 4 days at day nums 85-88 starting last week of June
#
# Built on 2025-08-14
#