main #12

Merged
owner merged 13 commits from main into simplify-dockerfile 2025-03-27 14:40:54 +00:00

13 Commits

Author SHA1 Message Date
531732c524 Merge pull request 'simplify-printing' (#11) from simplify-printing into main
Reviewed-on: #11
2025-03-27 14:39:43 +00:00
002d8a0804 Add missing value if the last frame is a spare 2025-03-27 15:38:31 +01:00
8222f5e0b3 Merge pull request 'main' (#10) from main into simplify-printing
Reviewed-on: #10
2025-03-27 14:24:03 +00:00
b8e2e8e2fd Merge pull request 'validate-input' (#9) from validate-input into main
Reviewed-on: #9
2025-03-27 14:22:04 +00:00
1228b7150a 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
4a09cbbb33 Merge pull request 'main' (#8) from main into validate-input
Reviewed-on: #8
2025-03-27 12:57:56 +00:00
0ebfb2b86d Merge pull request 'simplify-printing' (#7) from simplify-printing into main
Reviewed-on: #7
2025-03-27 12:54:27 +00:00
76284c3951 Add 0 roll handling aswell 2025-03-27 13:54:02 +01:00
aa81717fd9 Removing the redundant score calculation from parseValues, as the overarching logic is the same as the calculateScore function 2025-03-27 12:26:17 +01:00
7d9da3cc50 The printing function now only prints a single string, that has been created by the function PrintFrames::parseValue(vector<Frame> frames) that parses the frames 2025-03-27 12:24:02 +01:00
61b00d40db Merge pull request 'simplify-score-calculation' (#6) from simplify-score-calculation into main
Reviewed-on: #6
2025-03-26 22:10:20 +00:00
f5e96e7704 Now iterating over a Frame object 2025-03-26 23:03:23 +01:00
05ba979f58 Testing roll combination validation 2025-03-26 12:44:11 +01:00