1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Update and correct documentation pages

This commit is contained in:
Joe R 2024-08-21 20:18:57 -04:00
parent 166025313b
commit a0ea7a3870
5 changed files with 8 additions and 6 deletions

View file

@ -9,4 +9,5 @@ Move all cards to the foundations.
<h3>Quick Description</h3>
<p>
Like <a href="freecell.html">FreeCell</a>,
but with three decks and four free cells.
but with three decks and four free cells,
and moving sequences is allowed.

View file

@ -10,8 +10,8 @@ by suit from Two to King.
<h3>Quick Description</h3>
<p>
Just like <a href="montana.html">Montana</a>,
but you can also move cards into a gap that match the suit of the
card directly to the right, and is one lower in rank.
but you can also move cards into a gap to the left of a card, if the
suit matches and it's one lower in rank.
<h3>Notes</h3>
<p>

View file

@ -9,4 +9,5 @@ Move all cards to the foundations.
<h3>Quick Description</h3>
<p>
Like <a href="freecell.html">FreeCell</a>,
but only Kings can be played on empty spaces.
but tableau piles are built down regardless of suit,
and only Kings can be played on empty spaces.

View file

@ -10,5 +10,5 @@ Move all cards to the foundations.
<p>
Like <a href="fortythieves.html">Forty Thieves</a>,
but with ten piles of four cards each (the bottom two cards
of each pile are face-down) the piles build down by alternate
of each pile are face-down), the piles build down by alternate
color, and sequences can be moved.

View file

@ -8,7 +8,7 @@ Move all cards to the foundations.
<h3>Quick Description</h3>
<p>
Like <a href="snake.html">Snake</a>,
Like <a href="snake.html">Snake</a>, but
using two 78 card Tarock decks and the number of cards you can move as a
sequence is not restricted.