No mention was made of when to have the schedule to begin, so I set it to first Tue on or after April 1. The "start_month" and "start_day" can be changed at the top of the file to change that.
Code:
#
# 64 team schedule, 112 games
# Designed for the following configuration:
# 1 subleague with 8 divisions, each with 8 teams
#
#
# 8 games against 7 other teams in division (4H/4A)
# 1 game against each of other 56 teams in league (1H or 1A)
#
#
# All division games are in 4-game series
# All interdivision games are single games
#
# Each two-week period is 4 interdivision games Tue, Thu, Sat, and Tue,
# then a 4-game division series Thu-Sun
# The four single interdivision games are all home or away and
# against teams from the same other division
#
# Up to 16 games in row may be played home or away
#
# All game times set at 7:05pm
#
# Season begins first Tuesday in April
# Season ends mid-October
# Season spans 195 days
#
# No All-Star Game
#
# Built 2022-12-03
#