Code:
#
# 60 team schedule, 98 games
# Designed for the following configuration:
# 2 subleagues, each with 2 divisions of 15 teams
#
#
# 7 games against 14 other teams in division (3H/4A or 4H/3A)
# no interdivision nor interleague games
#
#
# Every opponent played the same number of games so schedule considered balanced
# Make sure setting in game is as such to match schedule setting in file
#
# Each opponent is played once in a 7 game superseries,
# which consists of three subseries of 2, 3, and 2 games
# The 2-game subseries are both hosted by one team and the 3-game subseries by the other
#
# Offday for all teams after each subseries, so every 7 games span 10 days
#
# One team per division is always off because of odd number of teams per division
# and having only intradivision games
#
# Each team has 7 opponents against whom play 4 games home and 7 against whom play 4 away
#
# All game times set at 7:05pm
#
# Season begins first Saturday of May
# Season ends late September/early October
# Season spans 149 days
#
# No All-Star Game
#
# Built 2024-06-09
#