08-29-2024, 08:35 AM
|
#4
|
|
Minors (Single A)
Join Date: May 2017
Posts: 66
|
Quote:
Originally Posted by gmo
Code:
#
# 34 team schedule, 162 games
# Designed for the following configuration:
# 2 subleagues, each with 3 divisions, with 6, 5, and 6 teams
#
# 6-team divisions:
# 9-12 games against 5 other teams in division (3-7H/3-7A)
# 6 games against 11 other teams in subleague (3H/3A)
# 2-3 games against each team in other subleague (2-3H or 2-3A)
#
# 5-team divisions:
# 10-12 games against 4 other teams in division (4-6A/4-6H)
# 6 games against 12 other teams in subleague (3H/3A)
# 2-3 games against each team in other subleague (2-3H or 2-3A)
#
# There are five 2-game interleague series per team
# First is the very first two games of the season
# Two more in one pair early week in middle of first half of season
# Two more in one pair early week in middle of second half of season
#
# No homestands or roadtrips longer than 14 games
#
# Teams play as many as 20 consecutive days without offday
#
# All teams play 13-14 weekend series at home
#
# 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 first Wednesday on or after March 25
# Season ends late September/early October
# Season spans 187 days
#
# All-Star Game first Tuesday on or after June 30 (day 98)
#
# Built 2024-08-27
#
|
This is beautiful  Thanks for the help!
|
|
|