Code:
#
# 12 team schedule, 120 games
# Designed for the following configuration:
# 2 subleagues, each with 1 division of 6 teams
#
#
# 24 games against 5 other teams in division (12H/12A)
#
# balanced schedule
# no interleague
#
#
# Team play each opponent in 12-game blocks
# Each block is three 4-game series separated by offdays
# Each block is separated by 3 more offdays
#
# Five blocks in first half, one against each division opponent
# Second half is same matchups with home/away reversed
#
# No homestands or roadtrips longer than 2 blocks (24 games)
#
# All game times set at 7:05pm
#
# Season begins April 1
# Season ends September 18
# Season spans 171 days
#
# All-Star Game June 25 (day 86)
#
# Built 2025-05-02
#