Skip to content

etorres/bowling-kata-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bowling Kata

Problem description:

Create a program, which, given a valid sequence of roll for one line of American Ten-Pin Bowling, produces the total score for the game. Here are some things that the program will not do:

  • We will not check for valid roll.
  • We will not check for correct number of roll and frames.
  • We will not provide scores for intermediate frames.

Complete description here.

Releases

No releases published

Packages

No packages published

Languages