View Single Post
Old 08-21-2019, 01:53 PM   #4
OriolePhan
Minors (Double A)
 
OriolePhan's Avatar
 
Join Date: Feb 2016
Location: Home the 2017 Atlantic League Champs!
Posts: 185
Quote:
Originally Posted by gmo View Post
I went ahead and ran with what I wanted the answers to be since I had the opportunity to work on this. Let me know if anything needs adjustment.
Code:
#
# 12 team schedule, 140 games
# Designed for the following configuration:
# 1 subleague with 3 divisions of 4 teams
#
#
# 20-21 games against 3 other teams in division (9-12H/9-12A)
# 9-10 games against 8 other teams (3-6H/3-6A)
#
#
# Third division (team nums 9-12) has special treatment
# All roadtrips by those teams and all homestands for those teams
# against the other two divisions occur in three-series chunks
# Logic is that division is remote and want to minimize travel
#
#
# Homestands and roadtrips may be as long as 20 games
# All-Star Break considered end to homestands/roadtrips
# Length allowed long since third division rule as below
#
# Each team plays either 11 or 12 home weekend series
#
# All game times set at 7:05pm
#
# Season begins first Friday on or after April 19
# Season ends late-September
# Season spans 157 days
#
# All-Star Game set for first Wednesday on or after July 10 (day num 83)
#
# Built 2019-06-12
#
Thanks for making this gmo! I'm sorry I haven't got back to you (life happens). It looks good to me. Thanks!
OriolePhan is offline   Reply With Quote