/usr/share/help/C/aisleriot/spider.xml is in aisleriot 1:3.22.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 | <?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
]>
<sect1 id="Spider"><!--<sect1info>
<copyright>
<year>1998</year>
<holder>Rosanna Yuen</holder>
</copyright>
<author>
<firstname>Rosanna</firstname>
<surname>Yuen</surname>
</author>
<address><email>rwsy@mit.edu</email></address>
</sect1info>-->
<title>Spider</title>
<para>Written by Jonathan Blandford</para>
<sect2><title>Setup</title>
<informaltable>
<tgroup cols="2">
<tbody>
<row>
<entry>Type of Deck</entry>
<entry>Double Deck</entry>
</row>
<row>
<entry>Stock</entry>
<entry>
Top left pile. Deck placed here after dealing onto Tableau.
Clicking deals one card face up to every pile.
</entry>
</row>
<row>
<entry>Foundation</entry>
<entry>
Top eight piles. Only used to hold sequences of cards going down from King
down to Ace once completed.
</entry>
</row>
<row>
<entry>Tableau</entry>
<entry>
Ten piles. Four piles (piles 1, 4, 7, and 10) get dealt 5
cards down and one card up while rest of the piles get dealt 4 cards
down and one card up. Cards can be built down regardless of suit.
Sequences of cards in the same suit can be moved as a unit. Empty piles
can be filled with any card or movable unit.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</sect2>
<sect2><title>Goal</title>
<para>
To have eight sequences of cards going down from King
down to Ace in the foundation.
</para>
<para>
If you want an extremely difficult challenge, do not move completed
sequences of cards to a foundation.
You can also win by leaving the same eight sequences in the tableau.
This is harder because there are fewer empty piles available. In fact,
it is nearly impossible.
</para>
</sect2>
<sect2><title>Rules</title>
<para>
Build down regardless of suit. Sequences of cards in the same suit can
be moved as a unit. Empty piles can be filled with any card or legal
sequence.
</para>
<para>
Clicking on the Stock pile at any time deals a card face up to every
pile. However, all piles must be non-empty. If an empty pile exists,
an error message will appear.
</para>
<para>
A sequence of cards going down from King down to Ace can be moved to a foundation pile. Once
there, these cards are no longer in play.
</para>
</sect2>
<sect2><title>Options</title>
<para>
There are three possible types of deck. Each deck has 104 cards.
</para>
<variablelist>
<varlistentry><term>One Suit</term>
<listitem>
<para>The deck is an octuple deck of Spades only. This is the simplest of the spider decks and a good way to learn the basics.</para>
</listitem>
</varlistentry>
<varlistentry><term>Two Suits</term>
<listitem>
<para>The deck is a quadruple deck of Hearts and Spades only. There are four complete sequences of cards for each suit. This is not quite as diabolical as the standard four suit spider deck.</para>
</listitem>
</varlistentry>
<varlistentry><term>Four Suits</term>
<listitem>
<para>The deck is a standard double deck. There are two complete sequences of cards for each suit. This is the standard Spider deck. It is also the most difficult.</para>
</listitem>
</varlistentry>
</variablelist>
<para>Many traditional implementations of Spider do not use a foundation
and simply remove completed sequences of cards. This has no impact upon game
play.</para>
</sect2>
<sect2><title>Scoring</title>
<para>
For every sequence in suit, points given is (length of sequence - 1).
</para>
<para>
Maximum possible score: 96
</para>
</sect2>
<sect2><title>Strategy</title>
<para>
If at first you don't succeed, don't become addicted. Build in suit
whenever possible, but expose as many cards as you can.
</para>
</sect2>
</sect1>
|