Code:
#
# 4 team schedule, 120 games
# Designed for the following configuration:
# 1 subleague with 1 division with 4 teams
#
#
# 40 games against 3 other teams in division (20H/20A)
#
#
# First two weeks involve single 2-game series both home and away
# against each of other teams
# Rest of season involves 3-game series
#
# All teams have one offday each week, Monday or Thursday,
# except for possibly Tuesday in first two week
#
# No homestands or roadtrips longer than 9 games
#
# Teams play 10 weekends at home
#
# All weekday game times set at 7:05pm
# All weekend game times set at 1:05pm
#
# Season begins first Friday on or after April 15
# Season ends first Wednesday on or after August 31
# Season spans 139 days
#
# No All-Star Game set because of 1-division configuration
#
# Posted 2024/06/05
#