|
||
---|---|---|
include | ||
src | ||
.gitignore | ||
Dockerfile | ||
LICENSE | ||
makefile | ||
README.md | ||
rolls2.txt | ||
rolls3.txt | ||
rolls4.txt | ||
rolls5.txt | ||
rolls.txt |
Bowling
To run the project, simply follow these steps:
git clone https://git.rbwr.dk/owner/Bowling.git
cd Bowling/
docker build -t bowling .
docker run --rm bowling
To change bowling score, simply edit the rolls.txt
file, and build the docker image again.