Football Season Generator
Example to generate a Random Football Season
Try it out!
Year
Seed
Update these values to see the Football teams update in real time.
This SeedPacket example takes data generation to the next level! It showcases a complete football schedule for an entire season, organized by team, date, or week.
We've incorporated complex scheduling rules, such as division matchups and rotating non-division games — just like real-world schedules. This demonstrates how SeedPacket can handle intricate data scenarios with ease.
Try adjusting the Year and Seed inputs to generate different schedule variations and explore the flexibility of SeedPacket!
Games
Home Team | Date / Time | Visiting Team | |||
---|---|---|---|---|---|
{{index+1}}
|
{{ game.HomeTeam.Name }} | BYE WEEK | {{ jDate(game.GameDate) }} | {{ game.AwayTeam.Name }} |
|
Week {{ week.key }}
Home Team | Date | Visiting Team | |||
---|---|---|---|---|---|
|
{{game.HomeTeam.Location}} {{game.HomeTeam.Name}} | BYE WEEK | {{ jDate(game.GameDate) }} | {{game.AwayTeam.Location}} {{game.AwayTeam.Name}} |
|
Home Team | Date | Visiting Team | |||
---|---|---|---|---|---|
{{index + 1}} | BYE WEEK |
{{index + 1}}
{{game.HomeTeam.Location}} {{game.HomeTeam.Name}}
|
{{ jDate(game.GameDate) }} {{game.GameType==0 ? '*':''}} | {{game.AwayTeam.Location}} {{game.AwayTeam.Name}} |