Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Bowling Game Calculator

Bowling score calculator with Java

Getting Started

Clone this repository and use the following methods within Game.java:

  1. role(int pins) - to roll a ball one time.
  2. When you're done - use getScore() to calculate your score.

Rules

  • Support single player only
  • Each game, or "line" of bowling, includes 10 turns, or "frames" for the bowler.
  • In each frame, the bowler gets up to two tries to knock down all the pins.
  • The game score is the total of all frame scores. -This code doesn't include UI

Running the tests

TestNG unit tests are attached to test folder.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages