Go to file
2025-03-27 15:38:31 +01:00
include Validate if there are more or less than the allowed rolls, if the numbers are valid and if the number isn't a number. 2025-03-27 15:07:45 +01:00
src Add missing value if the last frame is a spare 2025-03-27 15:38:31 +01:00
.gitignore Change gitignore to remove bin folder 2025-03-18 20:54:33 +01:00
Dockerfile Testing roll combination validation 2025-03-26 12:44:11 +01:00
LICENSE Initial commit 2025-03-17 09:17:13 +00:00
makefile Add boilerplate code. 2025-03-17 10:53:26 +01:00
README.md Update README.md 2025-03-19 10:56:40 +00:00
rolls2.txt Validate if roll is higher than 10, and lower than 0 2025-03-26 12:05:45 +01:00
rolls3.txt Validate if roll is higher than 10, and lower than 0 2025-03-26 12:05:45 +01:00
rolls4.txt Add 0 roll handling aswell 2025-03-27 13:54:02 +01:00
rolls5.txt Add 0 roll handling aswell 2025-03-27 13:54:02 +01:00
rolls.txt Testing roll combination validation 2025-03-26 12:44:11 +01:00

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.