Age | Commit message (Expand) | Author |
---|---|---|
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-07-18 | LibDraw: Introduce (formerly known as SharedGraphics.) | Andreas Kling |
2019-06-27 | Snake: Use NonnullRefPtrVector. | Andreas Kling |
2019-06-07 | Games: Run clang-format on everything. | Andreas Kling |
2019-04-20 | Snake: Show the highest score achieved so far (in this session.) | Andreas Kling |
2019-04-20 | Snake: Add some more fruit types. | Andreas Kling |
2019-04-20 | Snake: Tweak game speed so it's not too easy. | Andreas Kling |
2019-04-20 | Snake: Try to only repaint the parts that actually changed between ticks. | Andreas Kling |
2019-04-20 | Snake: Use a vegetable icon for the fruit. | Andreas Kling |
2019-04-20 | Snake: Clear the movement queue on game reset. | Andreas Kling |
2019-04-20 | Snake: Use a queue for the movement inputs. | Andreas Kling |
2019-04-20 | Snake: Flesh out a basic snake game :^) | Andreas Kling |
2019-04-20 | Snake: Import skeleton of a new snake game. | Andreas Kling |