aboutsummaryrefslogtreecommitdiff
path: root/src/day4.rs
Commit message (Collapse)AuthorAgeFilesLines
* Make Bingo Cards use algebraic sumAndreas Grois2021-12-061-80/+158
|
* First working (but ugly) day4, part 1 solution.Andreas Grois2021-12-061-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.