Skip to content

Commit 3ea0722

Browse files
committed
Update documentation (addresses #541)
1 parent 4eb8188 commit 3ea0722

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

html-src/rules/alhambra.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h3>Rules</h3>
1515
Cards are dealt from the stock one at a time to the waste pile.
1616
Cards from the reserves can be moved to the waste pile, which is
1717
built up or down by same suit. Cards from the reserve and waste
18-
pile can also be moved to the reserves.
18+
pile can also be moved to the foundations.
1919
<p>
2020
After the stock is empty, flip the waste pile and go through the
2121
stock again, including the new cards that were added in that round.

html-src/rules/calculation.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ <h3>Object</h3>
88

99
<h3>Rules</h3>
1010
<p>
11+
Cards are dealt from the talon one at a time, and can be played to the
12+
foundations.
13+
<p>
1114
The four foundations build regardless of suit the following way:
1215
The first pile from Ace, by one. The second pile from Two, by two.
1316
The third pile from Three, by three. The fourth pile from Four, by four.
@@ -17,7 +20,8 @@ <h3>Rules</h3>
1720
3: 3 6 9 Q 2 5 8 J A 4 7 T K
1821
4: 4 8 Q 3 7 J 2 6 T A 5 9 K
1922
</pRE>
20-
Once on a stack, a card can only be moved onto a foundation.
23+
Once on a stack, a card can only be moved onto a foundation. The game is won
24+
when all cards are moved to the foundations.
2125

2226
<h3>Notes</h3>
2327
<p>

html-src/rules/perpetualmotion.html

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,19 @@ <h3>Object</h3>
88

99
<h3>Rules</h3>
1010
<p>
11-
The piles build by <b>cards of same rank</b>.
11+
Cards are dealt from the talon to the tableau four at a time. The
12+
tableau piles build by <b>cards of same rank</b>.
1213
<p>
13-
Four cards of the same rank can be moved to the single foundation.
14+
A pile of four cards of the same rank can be moved to the single
15+
foundation.
1416
<p>
1517
After all cards have been dealt click on the talon for a redeal.
16-
The cards are not re-shuffled, but re-dealt in a certain pattern.
18+
The cards are not re-shuffled, but re-dealt in a certain pattern. The piles
19+
are stacked together, with the rightmost pile flipped and placed on the
20+
bottom, and each of the other piles flipped and placed on top, going from
21+
right to left.
22+
<p>
23+
The game is won if all cards are moved to the foundation.
1724

1825
<h3>Strategy</h3>
1926
<p>

0 commit comments

Comments
 (0)