Skip to content

ericus20/bowling-score

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bowling Score Calculator

Create a program, which, given a valid sequence of throws for one game of American Ten-Pin Bowling, produces the total score for the game . Your code will become the core of a bowling score management system, so make sure it fully complies with the input and output requirements, and represents your best code.

Built With

Authors

  • Eric Opoku - Initial work

Instructions

  • Clone the project using the http link

  • Import the project to IDE if prefered using Gradle option

  • Gradle wrapper can be executed from the tasks listed in the IDE after importing if Gradle is not instaled

  • Run the application using - gradle bootRun - assuming Gradle is locally installed

  • If Gradle is not installed, use the gradle wrapper task - ./gradlew bootRun

  • To run the test, simply run - gradle test or - ./gradlew test

  • Once the application starts, access it using - http://localhost:8080/

  • An instance of this application has been deployed to heroku -https://bowling-calculator-solution.herokuapp.com/

  • This application has also been deployed to -https://hackstreetboys.sytes.net/bowling-score-calculator/

  • A docker image with the name - ericus20/bowling-solution - is exposed on port - 8080 -

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published