ladybird/Games/Snake
Robin Burchell 0dc9af5f7e Add clang-format file
Also run it across the whole tree to get everything using the One True Style.
We don't yet run this in an automated fashion as it's a little slow, but
there is a snippet to do so in makeall.sh.
2019-05-28 17:31:20 +02:00
..
.gitignore Snake: Import skeleton of a new snake game. 2019-04-20 01:54:10 +02:00
main.cpp Snake+Minesweeper: Exit process when game window is closed. 2019-04-21 04:11:29 +02:00
Makefile Fix "make clean" not deleting app binaries. 2019-05-13 14:56:18 +02:00
SnakeGame.cpp Snake: Show the highest score achieved so far (in this session.) 2019-04-20 21:24:38 +02:00
SnakeGame.h Add clang-format file 2019-05-28 17:31:20 +02:00