Skip to content

maazmmd/bowling-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bowling-game

Parsing 1000 games data and calculating score in Bowling game using Multithreada approach in Java

Multhreaded Approach

Calling multiple threads using ExecutorService
BowlingGame.java is the algorithm for Bowling

The Bowling game scores are in csv file present in lib folder(change the Bowling.java if the file is not on AWS server anymore)

Run the runnable jar in the lib folder

java -jar Bowling.java

About

Parsing 1000 games data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages