Code:
#
# 10 team schedule, 18 games
# Designed for the following configuration:
# 1 subleague with 1 division of 10 teams
#
#
# 2 games against 9 other teams (1H/1A)
#
#
# Schedule considered balanced so setting should be as such
#
# All single games on Sundays
#
# No more than 2 consecutive games played home or away
#
# All game times set at 7:05pm
#
# Season begins first Sunday on or after Apr24
# Season ends late August
# Season spans 120 days
#
# No All-Star Game
#
# Built 2023-02-25
#