View Single Post
Old 07-21-2024, 12:17 AM   #2
gmo
Hall Of Famer
 
Join Date: May 2002
Location: Longmont, CO
Posts: 3,404
Code:
#
# 24 team schedule, 160 games
# Designed for the following configuration:
# 1 subleague with 2 divisions of 12 teams
#
#
# 8 games against 11 other teams in division (4H/4A)
# 6 games against 12 teams in other division (3H/3A)
#
#
# All division games are in 4-game series, otherwise 3-game series
#
# Offdays fall on average after every other series
# Teams play no more than 3 series (11 games) without offday
#
# No homestands or roadtrips longer than 14 games
#
# All weekday game times set at 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 last Thursday of March
# Season ends first Saturday on or after September 25
# Season spans 185 days
#
# All-Star Game in late-July on Tuesday of week (Sat-Fri) with no games
# That break is after exactly half of games have been played
#
# Built 2024-07-20
#
Attached Files
File Type: zip 24team160_212u_a_gmo.zip (8.4 KB, 38 views)
__________________
Making Baseball Schedules

Last edited by gmo; 07-27-2024 at 09:47 PM. Reason: Fix comment on schedule about All-Star Break though not games
gmo is offline   Reply With Quote