summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorJamie Mansfield <jmansfield@cadixdev.org>2021-06-16 01:37:29 +0100
committerAndreas Kling <kling@serenityos.org>2021-06-24 10:32:53 +0200
commit3f8857cd21692488a638ce46a6e28bcfc940c817 (patch)
tree70b5a622be3e4fdaacecda8a9396c52442c3d591 /Base
parentb7e806e15ef6b45fe662f3ca95e9856313021127 (diff)
downloadserenity-3f8857cd21692488a638ce46a6e28bcfc940c817.zip
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.
Diffstat (limited to 'Base')
-rw-r--r--Base/res/apps/Spider.af4
-rw-r--r--Base/res/icons/16x16/app-spider.pngbin0 -> 148 bytes
-rw-r--r--Base/res/icons/32x32/app-spider.pngbin0 -> 598 bytes
3 files changed, 4 insertions, 0 deletions
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
diff --git a/Base/res/icons/16x16/app-spider.png b/Base/res/icons/16x16/app-spider.png
new file mode 100644
index 0000000000..9bede2025c
--- /dev/null
+++ b/Base/res/icons/16x16/app-spider.png
Binary files differ
diff --git a/Base/res/icons/32x32/app-spider.png b/Base/res/icons/32x32/app-spider.png
new file mode 100644
index 0000000000..120b5a46eb
--- /dev/null
+++ b/Base/res/icons/32x32/app-spider.png
Binary files differ