Code:
#
# 24 team schedule, 152 games
# Designed for the following configuration:
# 1 subleague with 4 divisions each of 6 teams
#
#
# 16 games against other teams in division (8H/8A)
# 4 games against each team in other divisions (2H/2A)
#
#
# Matchups are...
# * one series against each division opponent, including a couple offdays, followed by offday
# * one series against each team of one other division, followed by offday
# * one series against each team of another division, followed by offday
# Repeat that three more times plus another round against division to conclude season
#
# Two divisions both have two instances where play interdivision sets both home or away
# Thus they have as many as 32 consecutive games home or away
#
# All weekday game times set at 6:05pm
# All Saturday & Sunday game times set at 2:05pm
#
# Season begins April 5
# Season ends September 20
# Season spans 169 days
#
# No All-Star Game or break set
#
# Built 2026-05-23
#