index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Games
/
Snake
Age
Commit message (
Expand
)
Author
2019-05-28
Add clang-format file
Robin Burchell
2019-05-13
Fix "make clean" not deleting app binaries.
Andreas Kling
2019-04-26
Games: Use Makefile.common here too.
Andreas Kling
2019-04-21
Snake+Minesweeper: Exit process when game window is closed.
Andreas Kling
2019-04-20
Snake: Show the highest score achieved so far (in this session.)
Andreas Kling
2019-04-20
Snake: Add a window icon. :^)
Andreas Kling
2019-04-20
Snake: Disable double-buffering for the game window.
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
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
[prev]