Go to file
2025-03-27 22:25:54 +01:00
include Changed header names to be more consistent 2025-03-27 21:44:51 +01:00
src Changed header names to be more consistent 2025-03-27 21:44:51 +01:00
test rolls Changed header names to be more consistent 2025-03-27 21:44:51 +01:00
.gitignore Change gitignore to remove bin folder 2025-03-18 20:54:33 +01:00
Dockerfile Changed from ubuntu:25.04 to debian:sid-slim 2025-03-27 17:28:49 +01:00
LICENSE Initial commit 2025-03-17 09:17:13 +00:00
makefile Changed header names to be more consistent 2025-03-27 21:44:51 +01:00
README.md Update README.md 2025-03-19 10:56:40 +00: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.