~ubuntu-branches/debian/jessie/aisleriot/jessie

« back to all changes in this revision

Viewing changes to help/oc/spider.xml

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach, Jeremy Bicha, Jordi Mallach
  • Date: 2012-04-22 12:49:26 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120422124926-gmr0thwstl91jt1n
Tags: 1:3.4.1-1
[ Jeremy Bicha ]
* New upstream release
* debian/control.in: (Build)-depend on guile-2.0
* debian/*.install: Cards files are now stored as zipped .svg's
* debian/patches/99_format-security.patch: Dropped, applied upstream

[ Jordi Mallach ]
* New upstream release.
* Update copyright to final version of the machine-readable 1.0 spec.
* Bump Standards Version to 3.9.3.

Show diffs side-by-side

added added

removed removed

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