View Single Post
Old 04-22-2025, 12:49 AM   #2
gmo
Hall Of Famer
 
Join Date: May 2002
Location: Longmont, CO
Posts: 3,386
Code:
#
# 16 team schedule, 158 games
# Designed for the following configuration:
# 2 subleagues, each with 1 division, each with 8 teams
#
#
# 18 games against 7 other teams in division (8-10H/8-10A)
#  4 games against 8 teams in other subleague (2H/2A)
#
# Interleague games are played in two 2-and-a-half-week spans of eight 2-game series
# First subleague hosts all games in first span beginning 5th week of season
# Second subleague hosts all games in next span beginning middle of 9th week of season
# Offdays occur immediately before, immediately after, and in middle of each interleague span
#
# No team plays more than 20 straight days without an offday
#
# Generally homestands or roadtrips not longer than 14 games
# However may have extended homestands/roadtrips up to 25 games when
# spanning through interdivision games
#
# Game times distributed approximately:
#   * Monday, Thursday and Saturday: 30% 2:05pm, 70% 7:05pm
#   * Tuesday, Wednesday & Friday: 20% 2:05pm, 80% 7:05pm
#   * Sunday: 90% 2:05pm, 10% 7:05pm
# Except 2:05pm game time for all getaway days for both teams
#
# Season begins first Monday on or after Apr 1
# Season ends first Wednesday on or after Sep 25
# Season spans 178 days
#
# All-Star Game set for first Tuesday on or after July 9 (day num 100)
#
# Posted 2025-04-21
#
Attached Files
File Type: zip 16team158_28u_a_gmo.zip (6.3 KB, 43 views)
__________________
Making Baseball Schedules
gmo is offline   Reply With Quote