tachyla / bowling_kata

Bowling Coding Kata using Test Driven Development
0 stars 0 forks source link

As a bowler, if I record a "spare" or a "strike" on the last frame, I am granted bonus throws #5

Open agartee opened 1 year ago

agartee commented 1 year ago

From the spec document:

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.