serenity/Games/Snake
Andreas Kling 301a269ca0 Get rid of SERENITY macro since the compiler already defines __serenity__
This makes it a bit easier to use AK templates out-of-tree.
2019-04-20 12:58:49 +02:00
..
.gitignore Snake: Import skeleton of a new snake game. 2019-04-20 01:54:10 +02:00
main.cpp Snake: Flesh out a basic snake game :^) 2019-04-20 03:24:50 +02:00
Makefile Get rid of SERENITY macro since the compiler already defines __serenity__ 2019-04-20 12:58:49 +02:00
SnakeGame.cpp Snake: Use a vegetable icon for the fruit. 2019-04-20 04:00:32 +02:00
SnakeGame.h Snake: Use a vegetable icon for the fruit. 2019-04-20 04:00:32 +02:00