tachyla / bowling_kata

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

As a bowler, I want to record the total number of pins I've knocked down in two throws across 10 frames so that I can score a full game #2

Closed agartee closed 1 year ago

agartee commented 1 year ago

From the spec document:

Each game, or “line” of bowling, includes ten turns, or “frames” for the bowler. In each frame, the bowler gets up to two tries to knock down all the pins. 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.