Skip to content

marcuss/april-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

10 Pins Bowling

Command line application for scoring bowling games. Games should be provided as an input file.

The program runs from the command-line and take a text file as input.

Usage

java -jar bowling1.0.jar testfile.txt

Jar can be found in bowling/target/bowling1.0.jar

In a nutshel

  • The project generates an executable jar file that takes one parameter as argument.
  • Code was build using strict TDD, classes of the initial design not used in final version were removed.
  • The input files describe diferente bowling turns for different players, the programs execute the game, score it and then print the results.

Test of back end and coding abilities.

About

Test of back end and coding abilities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages