Represents the configuration options for a game.

GameOptions

interface GameOptions {
    players: number;
}

Properties

Properties

players: number

The number of players participating in the game.