frontend
    Preparing search index...

    Interface SpadesConfigInput

    Configuration options for Spades game settings.

    interface SpadesConfigInput {
        bagPenaltyThreshold?: number;
        cpuDifficulty?: number;
        nilBonus?: number;
        pointLimit?: number;
    }
    Index

    Properties

    bagPenaltyThreshold?: number
    cpuDifficulty?: number
    nilBonus?: number
    pointLimit?: number