~taylorp36/ubuntu/wily/aisleriot/bug-1490189

« back to all changes in this revision

Viewing changes to help/oc/backbone.xml

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2011-09-26 12:54:22 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: package-import@ubuntu.com-20110926125422-fhnx2xyc0qcpgyh2
Tags: 1:3.2.0-0ubuntu1
* New upstream stable release.
  - Distribute a copy of the LGPL
  - Update card theme install info for Debian, Ubuntu & OpenSUSE
  - Build help with yelp-tools instead of gnome-doc-utils
  - Fix game restart
  - Translation updates
* debian/control: Build-depends on yelp-tools
* debian/copyright: Fixed a few lintian warnings
* 03_update_theme_install_data.patch: Dropped, applied upstream

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="Backbone"><!--<sect1info>
 
4
    <copyright>
 
5
      <year>2005</year>
 
6
      <holder>Vincent Povirk</holder>
 
7
    </copyright>
 
8
    <author>
 
9
      <firstname>Vincent</firstname>
 
10
      <surname>Povirk</surname>
 
11
    </author>
 
12
    <address><email>madewokherd@gmail.com</email></address>
 
13
  </sect1info>-->
 
14
 
 
15
  <title>Backbone</title>
 
16
 
 
17
  <para>Written by Vincent Povirk</para>
 
18
 
 
19
          <sect2><title>Configuracion</title>
 
20
 
 
21
 
 
22
  <informaltable>
 
23
    <tgroup cols="2"><tbody>
 
24
        <row>
 
25
          <entry>Type of Deck</entry>
 
26
          <entry>Double Deck</entry>
 
27
        </row>
 
28
        <row>
 
29
          <entry>Stock</entry>
 
30
          <entry>
 
31
            Single pile below the foundations on the left.  The rest of the deck is
 
32
            placed here after dealing on to the Tableau and Reserve.  Cards are 
 
33
            turned over one at a time to Waste.  One redeal.
 
34
          </entry>
 
35
        </row>
 
36
        <row>
 
37
          <entry>Waste</entry>
 
38
          <entry>
 
39
            Single pile to the right of the Stock.  To be taken from Stock.  Top 
 
40
            card available for play.
 
41
          </entry>
 
42
        </row>
 
43
        <row>
 
44
          <entry>Foundation</entry>
 
45
          <entry>
 
46
            Eight piles top right.  To be built up in suit from Ace to
 
47
            King.
 
48
          </entry>
 
49
        </row>
 
50
        <row>
 
51
          <entry>Reserve</entry>
 
52
          <entry>
 
53
            Two stacks of 9 cards each, with a single above both stacks.
 
54
            Cards that are not obscured are available for play to anywhere except
 
55
            empty tableau spaces.
 
56
          </entry>
 
57
        </row>
 
58
        <row>
 
59
          <entry>Tableau</entry>
 
60
          <entry>
 
61
            Eight piles, four on each side of the reserve.  A card is dealt to each
 
62
            tableau pile when the game starts.  Build down in suit.  Empty spaces 
 
63
            can be filled with any card.  Only one card can be moved at a time.
 
64
          </entry>
 
65
        </row>
 
66
      </tbody>
 
67
    </tgroup>
 
68
  </informaltable>
 
69
 
 
70
          </sect2>
 
71
        <sect2><title>Goal</title>
 
72
 
 
73
  <para>
 
74
    Move all cards to the Foundation piles.
 
75
  </para>
 
76
 
 
77
          </sect2>
 
78
        <sect2><title>Règlas</title>
 
79
 
 
80
  <para>
 
81
    Cards in the Tableau are built down by suit.  Only one card can be moved
 
82
    at a time.  Empty slots can be filled with any card except from the reserve.
 
83
  </para>
 
84
  <para>
 
85
    Cards are flipped from the Stock to the Waste individually.  Top
 
86
    card in Waste is in play.  When Stock is empty, move all cards in
 
87
    Waste back to the Stock, maintaining order. You can go through the
 
88
    deck twice.
 
89
  </para>
 
90
  <para>
 
91
    Foundations are built up in suit from Ace to King.  Cards in the
 
92
    Foundations are no longer in play.  Double clicking on a card will move
 
93
    it to the appropriate Foundation pile if such a move is
 
94
    possible. 
 
95
  </para>
 
96
 
 
97
          </sect2>
 
98
        <sect2><title>Scoring</title>
 
99
 
 
100
  <para>
 
101
    Each card in the Foundation piles scores one point.
 
102
  </para>
 
103
  <para>
 
104
    Maximum possible score:  104
 
105
  </para>
 
106
 
 
107
          </sect2>
 
108
        <sect2><title>Strategy</title>
 
109
 
 
110
  <para>
 
111
    You can use empty spaces in the Tableau to move multiple cards. Be careful
 
112
    with Kings in the Reserve: the only way to remove them is by playing them
 
113
    to a Foundation on top of a Queen.
 
114
  </para>
 
115
        </sect2>
 
116
</sect1>