View Single Post
Old 04-18-2025, 01:02 AM   #2
gmo
Hall Of Famer
 
Join Date: May 2002
Location: Longmont, CO
Posts: 3,373
Code:
#
# 30 team schedule, 162 games
# Designed for the following configuration:
# 2 subleagues, each with 3 divisions of 5 teams
#
#
# 13 games against 4 other teams in division (6-7H/6-7A)
#  8 games against 10 other teams in subleague (4H/4A)
#  6 games against 5 teams of one division of other subleague (3H/3A)
#
# This is one of six sibling files that mix the interleague matchups across divisions
#
#
# Over half of series are 4-game series, including all interdivision
# So cannot layout as two series per week
# Instead have continual 4-day blocks into which fit for each team 
# either 3-game series with offday or 4-game series
#
#
# No homestands or roadtrips longer than 14 games
#
# Team play as many as 20 consecutive days
#
# Weekday game times set at 7:05pm
# Saturday game times 60%-1:05pm, 25%-4:05pm, 15%-7:05pm
# Sunday game times 80%-1:05pm, 20%-4:05pm
# Exceptions 1:05pm getaway days (where both teams play elsewhere next day)
#
# Season begins first Tuesday on or after March 28
# Season ends first Saturday on or after September 30
# Season spans 187 days
#
# All-Star Game on first Tuesday on or after Jul 11 (day 106)
#
# Built 2025-04-17
#
Attached Files
File Type: zip 30team162_235u_l_gmo.zip (65.7 KB, 41 views)
__________________
Making Baseball Schedules
gmo is offline   Reply With Quote