tachyla / bowling_kata

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

As a bowler, I want to separate my throws into "frames" consisting of two throws #6

Open agartee opened 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.

agartee commented 1 year ago

Note that a bowling game always has exactly 10 frames. Do with that what you will =)