How to score bowling
DRAFT (needs work or removal)
Each player gets 10 rounds, with 2 throws each round, and bonus throws on the 10th.
The 10th round has bonus throws if you knock down all the pins.
For each round, the pins knocked down in each throw are marked at the top of the box for that round. In the bottom half, the score for that round is added to the score for the previous rounds.
If you’re curious about the jargon, each round is called a “frame”, and each throw is called a “roll”. I won’t use these terms, because they don’t add much to the explanation, and they’re trivial to remember over time.
Let’s get to it.
Each round is worth the number of pins knocked down, plus any bonus points for knocking down all the pins.
If you knock down all the pins in the first throw of a round, then add up the next two throws as bonus points for the current round. This is called a strike.
If you knock down all the remaining pins in the second throw of a round, then add the first throw from the next round as bonus points for the current round. This is called a spare.
On the 10th round, if you knock down all the pins, you get bonus throws to calculate bonus points. The pins knocked down in bonus throws are only for calculating the bonus points. So if you knock down all the pins in the first throw, you get two bonus throws, but if you knock down all the pins on the second throw, then you only get one bonus throw. Otherwise, you get no bonus throws.