Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First working (but ugly) day4, part 1 solution. | Andreas Grois | 2021-12-06 | 1 | -0/+1 |
| | | | | | | | | | 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. | ||||
* | First working day3 part 2 implementation. It sucks. | Andreas Grois | 2021-12-04 | 1 | -0/+1 |
| | |||||
* | Day 2 and some additional Day 1 solutions | Andreas Grois | 2021-12-02 | 1 | -0/+1 |
| | |||||
* | Initial | Andreas Grois | 2021-12-02 | 1 | -0/+5 |