Code:
#
# 20 team schedule, 82 games
# Designed for the following configuration:
# 1 subleague with 1 division of 20 teams
#
#
# 4-5 games against each other team in division (2-3H/2-3A)
#
# Schedule considered balanced, so make sure settings have that selected
#
# All "series" are just single games against opponents
#
# All teams play single games Fri, Sat, Sun each week with other days off
# One exception midseason where also game played on Monday following weekend
# No games on weekend following that midseason instance with Mon game
#
# No more than 3 consecutive games played home or away
#
# All game times set at 7:05pm
#
# Season begins first Friday on or after April 1
# Season ends first Sunday on or after October 9
# Season spans 192 days
#
# No All-Star Game defined for single division configuration
# But midseason gap exists where one could fall for different configuration
#
# Built 2025-12-14
#