@hanabi-live/game
    Preparing search index...

    Function getStartingPace

    • Calculate the starting pace with the following formula:

      total cards in the deck
      + number of turns in the final round
      - (number of cards in a player's hand * number of players)
      - (stackSize * number of suits)
      

      Parameters

      • deckSize: number
      • maxScore: number
      • endGameLength: number

      Returns number