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) Copy
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)
https://github.com/hanabi/hanabi.github.io/blob/main/misc/efficiency.md
Calculate the starting pace with the following formula: