~ubuntu-branches/ubuntu/oneiric/gnome-games/oneiric-updates

« back to all changes in this revision

Viewing changes to aisleriot/help/C/hopscotch.xml

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2011-07-21 04:22:50 UTC
  • mfrom: (1.1.93)
  • Revision ID: package-import@ubuntu.com-20110721042250-far722bxogjk1rhi
Tags: 1:3.1.3-0ubuntu1
* New upstream release
  - Aisleriot was split out of gnome-games into its own module.
  - Gnotravex was ported to GSettings.
  - Sudoku was ported to PyGObject/GTK3 by John Stowers.
* debian/aisleriot*: Dropped
* debian/control
  - Drop aisleriot package
  - Recommend aisleriot
  - Disable lightsoff & swell-foop as they're not ready yet
  - Re-enable gnome-sudoku
  - Use python-gobject instead of python-gtk2
  - Don't use python-launchpad-integration as it doesn't work with pygi yet
  - Switch to dh_python2 (LP: #788514)
  - Drop old pre-Lucid conflicts with gnome-cards-data & gnome-games-data
  - Drop obsolete build-depends: check, dpkg-dev, guile-1.8, lsb-release,
    rarian-compat, & scrollkeeper
  - Use ${gir:Depends}
* debian/copyright: Drop aisleriot & blackjack entries
* debian/glchess.install: Drop gnome-gnuchess
* debian/gnome-games-common.install: Drop aisleriot entries
* debian/gnome-sudoku.install: Install gconf schema
* debian/gnotravex.install: Install GSettings schema
* debian/rules
  - Clean up configure flags
  - Switch to dh_python2
* debian/watch: Watch for .bz2
* debian/patches/01_lpi.patch: Refreshed
* debian/patches/02_desktop-path.patch: Removed aisleriot references
* debian/patches/03_add-appinstall-keywords.patch
  - Add keywords to make searching for the games easier in Software Center

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<sect1 id="Hopscotch"><!--<sect1info>
2
 
                <copyright>
3
 
                        <year>1999</year>
4
 
                        <holder>Rosanna Yuen</holder>
5
 
                </copyright>
6
 
                <author>
7
 
                        <firstname>Rosanna</firstname>
8
 
                        <surname>Yuen</surname>
9
 
                </author>
10
 
                <address><email>rwsy@mit.edu</email></address>
11
 
        </sect1info>-->
12
 
 
13
 
        <title>Hopscotch</title>
14
 
 
15
 
        <para>Written by Rosanna Yuen</para>
16
 
 
17
 
                <sect2><title>Setup</title>
18
 
 
19
 
 
20
 
        <informaltable>
21
 
                <tgroup cols="2">
22
 
                        <tbody>
23
 
        <row>
24
 
                <entry>Type of Deck</entry>
25
 
                <entry>Standard Deck</entry>
26
 
        </row>
27
 
        <row>
28
 
                <entry>Stock</entry>
29
 
                <entry>
30
 
                        Top left pile.  All cards except the Ace to four of clubs are placed
31
 
                        here at beginning of play.  Cards are dealt singly to Waste.
32
 
                </entry>
33
 
        </row>
34
 
        <row>
35
 
                <entry>Waste</entry>
36
 
                <entry>
37
 
                        Directly to the right of Stock.  Can only hold one card at a time.
38
 
                        Card must immediately be placed on either a Foundation pile or on to
39
 
                        the Reserve pile of your choice.
40
 
                </entry>
41
 
        </row>
42
 
        <row>
43
 
                <entry>Foundation</entry>
44
 
                <entry>
45
 
                        Four piles on top, to the right of Stock.  Place an Ace on the first
46
 
                        pile, a two on the second pile, a three on the third pile, and a four
47
 
                        on the fourth pile.  The first Foundation pile is built up by one,
48
 
                        the second is built up by two, the third by three, and the fourth by
49
 
                        four, all of which wrap around to Ace when it reaches past thirteen.
50
 
                        cards in Foundations are no longer in play.  Suits do not matter.
51
 
                </entry>
52
 
        </row>
53
 
        <row>
54
 
                <entry>Reserve</entry>
55
 
                <entry>
56
 
                        Four piles placed underneath Foundations.  Cards in Reserve can only
57
 
                        be played on to Foundation piles.  Cards moved from Waste can be
58
 
                        placed on any of the Reserve piles.
59
 
                </entry>
60
 
        </row>
61
 
                        </tbody>
62
 
                </tgroup>
63
 
        </informaltable>
64
 
 
65
 
                </sect2>
66
 
        <sect2><title>Goal</title>
67
 
 
68
 
        <para>
69
 
                Move all cards on to Foundations.
70
 
        </para>
71
 
 
72
 
                </sect2>
73
 
        <sect2><title>Rules</title>
74
 
 
75
 
        <para>
76
 
                Build on to Foundations by ones, twos, threes, and fours for piles
77
 
                one, two, three, and four respectively.  Cards are dealt singly in to
78
 
                the Waste from the Stock.  However, as the Waste pile can only hold
79
 
                one card, this card must immediately be played on to a Foundation pile
80
 
                or on to any of the four Reserve piles.  Cards in the Reserve piles
81
 
                cannot be rearranged.
82
 
        </para>
83
 
 
84
 
                </sect2>
85
 
        <sect2><title>Scoring</title>
86
 
 
87
 
        <para>
88
 
                Each card moved to Foundations scores one point.
89
 
        </para>
90
 
        <para>
91
 
                Maximum possible score:  48
92
 
        </para>
93
 
 
94
 
                </sect2>
95
 
        <sect2><title>Strategy</title>
96
 
 
97
 
        <para>
98
 
                Hone your skills for this game.  Luck will not get you very far here.
99
 
                Try not to cover cards you might need sooner.  Consider saving a
100
 
                column just for kings (as they are the last card to be played on each
101
 
                Foundation).
102
 
        </para>
103
 
        </sect2>
104
 
</sect1>