diff options
author | Jamie Mansfield <jmansfield@cadixdev.org> | 2021-06-16 01:37:29 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-06-24 10:32:53 +0200 |
commit | 3f8857cd21692488a638ce46a6e28bcfc940c817 (patch) | |
tree | 70b5a622be3e4fdaacecda8a9396c52442c3d591 /Base/res/apps/Spider.af | |
parent | b7e806e15ef6b45fe662f3ca95e9856313021127 (diff) | |
download | serenity-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/res/apps/Spider.af')
-rw-r--r-- | Base/res/apps/Spider.af | 4 |
1 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 |