From 3f8857cd21692488a638ce46a6e28bcfc940c817 Mon Sep 17 00:00:00 2001 From: Jamie Mansfield Date: Wed, 16 Jun 2021 01:37:29 +0100 Subject: Games: Add Spider Scoring is designed to mimic Microsoft's implementation - starting at 500, decreasing by 1 every move, and increasing by 100 for every full stack. Fixes GH-5319. --- Base/res/apps/Spider.af | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Base/res/apps/Spider.af (limited to 'Base/res/apps/Spider.af') diff --git a/Base/res/apps/Spider.af b/Base/res/apps/Spider.af new file mode 100644 index 0000000000..301ac2cf38 --- /dev/null +++ b/Base/res/apps/Spider.af @@ -0,0 +1,4 @@ +[App] +Name=Spider +Executable=/bin/Spider +Category=Games -- cgit v1.2.3