Guest User

Untitled

a guest
Feb 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. ## Bowling Rules
  2.  
  3. Each game, or “line” of bowling, includes ten turns, or “frames” for the bowler.
  4.  
  5. - In each frame, the bowler gets up to two tries to knock down all the pins.
  6. - If in two tries, he fails to knock them all down, his score for that frame is the total number of pins knocked down in his two tries.
  7. - If in two tries he knocks them all down, this is called a “spare” and his score for the frame is ten plus the number of pins knocked down on his next throw (in his next turn).
  8. - If on his first try in the frame he knocks down all the pins, this is called a “strike”. His turn is over, and his score for the frame is ten plus the simple total of the pins knocked down in his next two rolls.
  9. - If he gets a spare or strike in the last (tenth) frame, the bowler gets to throw one or two more bonus balls, respectively. These bonus throws are taken as part of the same turn. If the bonus throws knock down all the pins, the process does not repeat: the bonus throws are only used to calculate the score of the final frame.
  10. - The game score is the total of all frame scores.
Add Comment
Please, Sign In to add comment