diff options
author | Till Mayer <till.mayer@web.de> | 2020-03-09 16:09:22 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-03-09 21:36:59 +0100 |
commit | fe5cc7ce68267e1c846eb11839a6609bd03b505c (patch) | |
tree | f40901ab44e3db8c83ba7939e83b7944256ecf85 /Base/res/apps/Solitaire.af | |
parent | c6e54d2a49cf70ffebbeced28dba34405c6d7e41 (diff) | |
download | serenity-fe5cc7ce68267e1c846eb11839a6609bd03b505c.zip |
Games: Added solitaire
Added a solitaire game. Currently there are graphics missing on some
of the cards, but the game is fully functional.
Press F12 to show the game-over animation manually.
Diffstat (limited to 'Base/res/apps/Solitaire.af')
-rw-r--r-- | Base/res/apps/Solitaire.af | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Base/res/apps/Solitaire.af b/Base/res/apps/Solitaire.af new file mode 100644 index 0000000000..837e5838a4 --- /dev/null +++ b/Base/res/apps/Solitaire.af @@ -0,0 +1,7 @@ +[App] +Name=Solitaire +Executable=/bin/Solitaire +Category=Games + +[Icons] +16x16=/res/icons/16x16/app-solitaire.png |