Age | Commit message (Expand) | Author |
---|---|---|
2019-04-20 | Snake: Try to only repaint the parts that actually changed between ticks. | Andreas Kling |
2019-04-20 | Get rid of SERENITY macro since the compiler already defines __serenity__ | 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 |