Bowling/README.md

282 B

Bowling

To run the project, simply follow these steps:

  1. git clone https://git.rbwr.dk/owner/Bowling.git
  2. cd Bowling/
  3. docker build -t bowling .
  4. docker run --rm bowling

To change bowling score, simply edit the rolls.txt file, and build the docker image again.