Skip to content

StPeteDotNET/BowlingGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BowlingGame

The Bowling Game Kata - examples in C#

Build status

  • ItExists
  • ItHasScoreMethod
  • ItHasRollMethod
  • GivenTwentyZerosThen0Returned
  • GivenTwentyOnesThen20Returned
  • GivenTwentyTwosThen40Returned
  • GivenOneSpareThenSparePlusNextRoll (4,6,2,0 = 14)
  • GivenSeparateFramesSpareBonusNotApplied (0,5,5,0 = 10)
  • GivenOneStrikeThenStrikePlusNextTwoRolls (10,1,2,0 = 15)
  • Refactor to RollMany
  • Spare is 10 + next roll
  • Strike is 10 + next 2 rolls
[TestMethod]
public void ItExists() 
{
  // Arrange
  // Act
  // Assert
}

About

The Bowling Game Kata - examples in C#

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages