Skip to content

Gazelle79/BowlingScore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BowlingScore 🎳


SUMMARY

A small java application that calculates a bowling score based on an input file. A score is calculated based on each frame, then written to a text file.

BowlingScore doesn't accept arguments.

BowlingScore doesn't have a GUI. You run it from a command prompt.

INPUT

Data is read in from:

../BowlingScore/InputFiles/BowlingScoreData.txt

The user can't specify their own input file path.

OUTPUT

Output is written to:

../BowlingScore/OutputFiles/BowlingScoreOutput.txt

REQUIREMENTS

OPTIONAL

  • JUnit 4.12 or higher Specifically for running unit tests. JUnit isn't required, but it's suggested.

TO START

  • Open a command prompt in Linux or Windows.
  • Change directories to the location of BowlingScore.
  • Compile the application.
  • Execute the application.

COMPILE:

javac src/main/com/bowlingscore/businesslogic/BowlingScoreMain.java

EXECUTE:

java src/main/com/bowlingscore/businesslogic/BowlingScoreMain

About

Small java application that calculates a bowling score.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages