diff options
author | Mim Hufford <mim@hotmail.co.uk> | 2021-06-01 17:16:19 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-06-20 10:54:27 +0100 |
commit | 811d9722f9107fb8e6a3611ebb5c40c1fe356c37 (patch) | |
tree | 09548c7670dc2a15d589a6a5b49eb603aaf372ae /Base/res/apps | |
parent | 24225df979e1976e89b7e18be71c14fbdcdbfc43 (diff) | |
download | serenity-811d9722f9107fb8e6a3611ebb5c40c1fe356c37.zip |
FlappyBug: Introduce a new Flappy Bug game
This introduces a Flappy Bug game. It's pretty simple currently, but is
playable.
Diffstat (limited to 'Base/res/apps')
-rw-r--r-- | Base/res/apps/FlappyBug.af | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Base/res/apps/FlappyBug.af b/Base/res/apps/FlappyBug.af new file mode 100644 index 0000000000..fbbc4267c1 --- /dev/null +++ b/Base/res/apps/FlappyBug.af @@ -0,0 +1,4 @@ +[App] +Name=Flappy Bug +Executable=/bin/FlappyBug +Category=Games |