/BowlingScoreKeeper

An application to track bowling scores

Primary LanguageJava

Bowling Score Keeper

Keeps track of bowling scores for multiple players.

Running Locally

  1. Clone repo
$ git clone git@github.com:cknakal/BowlingScoreKeeper.git
  1. cd into project directory
$ cd BowlingScoreKeeper
  1. Make sure you have Maven downloaded on your local machine: https://maven.apache.org/install.html
  2. Build Maven project (this will also run all unit tests)
$ mvn package
  1. Run the program
$ mvn exec:java
  1. Follow on screen instructions