Code:
#
# 20 team schedule, 38 games
# Designed for the following configuration:
# 1 subleague with 8 divisions of 20 teams
#
# 2 games against other 19 teams of division (1H/1A)
# no interdivision games
#
# Divisions are copies of each other
#
# Every team plays per week...
# two games on weekdays (Mon-Fri),
# one or two games on weekends (Sat-Sun)
#
# Mostly 1 or 2 games in a row played home or away but some cases of 3
#
# Weekday game times randomly set from 4:05pm, 5:05pm, 6:05pm, or 7:05pm
# Weekend game times randomly set from 10:05am, 11:05am, 1:05pm, 2:05pm, or 3:05pm
#
# Season begins first Tuesday of March
# Season ends first Saturday on or after May 14 (spans 75 days)
#
# No All-Star Game set
#
# Posted 2026/02/07
#