fbsim-core JavaScript & TypeScript API - v1.0.0-beta.2
    Preparing search index...

    Interface LeagueSeasonScheduleOptions

    LeagueSeasonScheduleOptions struct

    A LeagueSeasonScheduleOptions represents a collection of options used to generate a season schedule

    interface LeagueSeasonScheduleOptions {
        conference_games: number;
        cross_conference_games: number;
        division_games: number;
        permute: boolean;
        shift: number;
        weeks: number;
    }
    Index

    Properties

    conference_games: number

    Number of games per non-division conference opponent (default: 1)

    cross_conference_games: number

    Total number of cross-conference games per team (default: 0)

    division_games: number

    Number of games per division opponent (default: 2)

    permute: boolean
    shift: number
    weeks: number