Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add simpler (but marginally slower) second solution for day4, part2 | Andreas Grois | 2021-12-07 | 1 | -2/+34 |
| | |||||
* | Day 4: Won cards now track their full score, and the round the won in. | Andreas Grois | 2021-12-07 | 1 | -30/+29 |
| | |||||
* | Part 2 of day 4. Ugly, but it works. | Andreas Grois | 2021-12-06 | 1 | -12/+96 |
| | |||||
* | Make Bingo Cards use algebraic sum | Andreas Grois | 2021-12-06 | 1 | -80/+158 |
| | |||||
* | First working (but ugly) day4, part 1 solution. | Andreas Grois | 2021-12-06 | 1 | -0/+408 |
Needs to be refactored. Game should be made an enum, that distinguishes between running and completed games. Completed games should only have their score as data, no more details. Methods should be limited to the respective variant. BingoGame should _not_ be made into an enum, as players might keep playing after the first one has won. |