Code:
#
# 24 team schedule, 46 games
# Designed for the following configuration:
# 1 subleague with 1 division with 24 teams
#
# 2 games against other 23 teams of division (1H/1A)
#
#
# Every team plays one game per week on the weekend
# All games on Saturdays (~70%) and Sundays (~30%)
# Between 2 and 5 of the 12 games each weekend are on Sunday
# Exception is all games at 1:05pm Saturday 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 first Saturday of February
# Season ends mid-December (spans 316 days)
#
# No All-Star Game set
#
# Posted 2020/05/31
#