Go to file
2025-03-19 11:21:04 +01:00
include Follow c++ naming convention 2025-03-19 11:21:04 +01:00
Include Print formated output with the frames and rolls now works 2025-03-18 20:00:59 +01:00
src Follow c++ naming convention 2025-03-19 11:21:04 +01:00
.gitignore Change gitignore to remove bin folder 2025-03-18 20:54:33 +01:00
Dockerfile Fix include folder name, update dockerfile and compile the executable inside the docker container 2025-03-19 10:26:16 +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 2025-03-19 10:30:20 +01:00
rolls1.txt Initial implementation of calculation of the score 2025-03-18 15:39:43 +01:00
rolls.txt Fix include folder name, update dockerfile and compile the executable inside the docker container 2025-03-19 10:26:16 +01:00

Bowling

To run the project, simply follow these steps:

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

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