Code:
#
# 20 team schedule, 38 games
# Designed for the following configuration:
# 1 subleague with 1 division of 20 teams
#
# 2 games against other 19 teams of division (1H/1A)
#
# Every team plays one game per week on the weekend
# All games on Saturdays and Sundays, about evenly split overall
# Between 3 and 7 of the 10 games each weekend are on Sunday
# Exception is all games at 1:05pm Saturday final weekend
#
# Mostly 1 or 2 games in a row played home or away but some cases of 3
#
# Game times either 1:05pm, 4:05pm, or 7:05pm
# Preference toward earlier, especially on Sunday
#
# Season begins last Saturday of February
# Season ends mid-November (spans 260 days)
#
# No All-Star Game set
#
# Posted 2025/03/15
#