View Single Post
Old 01-11-2024, 04:11 AM   #4
cpblincecum
Bat Boy
 
Join Date: Jul 2019
Posts: 10
Quote:
Originally Posted by gmo View Post
Code:
#
# 42 team schedule, 162 games
# Designed for the following configuration:
# 2 subleagues, each with 3 divisions of 7 teams
#
#
# 9-10 games against 6 other teams in division (3-7H/3-7A)
# 3 games against 14 other teams in subleague (3H or 3A)
# 4 games against 1 team in other subleague (2H/2A)
# 3 games against 20 teams in other subleague (3H or 3A)
#
#
# Homestands and roadtrips are as long as a couple cases of 17 games
#
# Teams play as many as 16 consecutive days without offday
#
# All teams play 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 Friday on or after March 29
# Season ends first Sunday on or after October 6
# Season spans 192 days
#
# All-Star Game first Tuesday after July 16 (day 110)
#
# Built 2024-01-01
#
I had run through a season, and it worked perfectly!
cpblincecum is offline   Reply With Quote