Skip to content
/ bowling Public

A Java + Maven project to calculate Ten Pin Bowling Game

License

Notifications You must be signed in to change notification settings

wmhr28/bowling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ten Pin Bowling Game

Installation

Unzip the contents of the file bowling.zip, enter the folder "target" there you will find the file bowling-1.0.0-jar-with-dependencies.jar is the executable file that starts the Ten Pin Bowling calculation system, a txt file with the turns of each player.

Usage

java -jar bowling-1.0.0-jar-with-dependencies.jar
Enter a file path:

Example on Windows

java -jar bowling-1.0.0-jar-with-dependencies.jar
Enter a file path: C:\Users\mwher\Documents\NetBeansProjects\bowling\src\main\resources\game2.txt

Test files

I have created a set of files to do tests, they are in the following path

src\main\resources
and 
target\classes

Sample File

Jeff	10
John	3
John	7
Jeff	7
Jeff	3
John	6
John	3
Jeff	9
Jeff	0
John	10
Jeff	10
John	8
John	1
Jeff	0
Jeff	8
John	10
Jeff	8
Jeff	2
John	10
Jeff	F
Jeff	6
John	9
John	0
Jeff	10
John	7
John	3
Jeff	10
John	4
John	4
Jeff	10
Jeff	8
Jeff	1
John	10
John	9
John	0

About

A Java + Maven project to calculate Ten Pin Bowling Game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages