I did not notice this got covered in a different thread until after I did it.
Code:
#
# 30 team schedule, 174 games
# Designed for any configuration of 30 teams
# because schedule is considered balanced
#
#
# 6 games against each of the 29 other teams
#
# Each team plays every other team one series in first half
# After All-Star Break, play every other team again
#
# Only 3-game series
# All teams have one offday each week, either Mon or Thu
#
# No homestands or roadtrips longer than 12 games
# All-Star break counted as ending homestands/roadtrips
#
# Teams play 15 home weekend series
#
# All weekday game times set at 7:05pm
# Saturday game times 30% 1:05pm, 20% 4:05pm, 50% 7:05pm
# Sunday game times 50% 1:05pm, 30% 4:05pm, 20% 7:05pm
# Except 1:05pm game time for all getaway days for both teams
#
# Season begins first Friday on or after Mar25
# Season ends first Sunday on or after Oct16
# Season spans 206 days
#
# All-Star Game set for first Tuesday on or after Jul5 (day num 103)
#
# Built on 2022-11-05
#