From fe5cc7ce68267e1c846eb11839a6609bd03b505c Mon Sep 17 00:00:00 2001 From: Till Mayer Date: Mon, 9 Mar 2020 16:09:22 +0100 Subject: 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. --- Base/res/apps/Solitaire.af | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Base/res/apps/Solitaire.af (limited to 'Base/res/apps/Solitaire.af') 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 -- cgit v1.2.3