Code:
#
# 32 team schedule, 140 games
# Designed for the following configuration:
# 2 subleagues, each with 2 divisions of 8 teams
#
#
# 20 games against 7 other teams in division (10H/10A)
# no interdivision games
# no interleague games
#
# All opponents played the same number of times so schedule balanced
#
# All games in 5-game series Wed-Sun of each week
#
# No homestands or roadtrips longer than 10 games (2 series)
#
# 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
#
# Season begins first Wednesday on or after Mar 27 (Wed before first Mon of April)
# Season ends early October
# Season spans 194 days
#
# No All-Star Game set
#
# Built 2024-04-18
#