Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 655 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 655 Bytes

Bowling Game Katas

Requirements:

  • The goal is to knowck down all ten pins
  • Each frame consists of throwing the ball twice to knock down all the pins
  • Scoring is based on the number of pin you knock down. However, if you throw a spare, you get to add the pins in your next throw to the spare frame. For strikes, you get the next 2 throws added.
  • If you knock down all the pins with the 1st ball, it is called a "strike"
  • If you knock down all the pins with second ball, it is called a "spare"
  • Each games consists of ten frames, if you bowl a strike in the tenth frame, you get 2 more throws, if you throw a spare, you get 1 more throw