mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Added some terms to the glossary.
This commit is contained in:
parent
b149b3c301
commit
e3d99bcbee
1 changed files with 36 additions and 5 deletions
|
@ -125,6 +125,13 @@ uncommon.</p>
|
|||
of 104 cards.</p>
|
||||
</dd>
|
||||
|
||||
<dt><b>FACE CARD</b></dt>
|
||||
|
||||
<dd>
|
||||
<p>The Jack, Queen, and King of each suit. Also called court cards
|
||||
or picture cards.</p>
|
||||
</dd>
|
||||
|
||||
<dt><b>FOUNDATION</b></dt>
|
||||
|
||||
<dd>
|
||||
|
@ -136,7 +143,14 @@ all the cards in the foundation pile(s).</p>
|
|||
|
||||
<dd>
|
||||
<p>A deck of cards consisting of a STANDARD DECK and two jokers
|
||||
making a total of 54 cards.</p>
|
||||
making a total of 54 cards. Currently, joker decks are not
|
||||
used in PySol.</p>
|
||||
</dd>
|
||||
|
||||
<dt><b>OPEN</b></dt>
|
||||
|
||||
<dd>
|
||||
<p>An open game is one that starts with all cards visible.</p>
|
||||
</dd>
|
||||
|
||||
<dt><b>PILE</b></dt>
|
||||
|
@ -156,6 +170,16 @@ rank these cards as 10. In such a case, a high ace might be ranked
|
|||
as 11.</p>
|
||||
</dd>
|
||||
|
||||
<dt><b>REDEAL</b></dt>
|
||||
|
||||
<dd>
|
||||
<p>Depending on the game, can refer to a number of things. In some
|
||||
games, a redeal simply involves turning over the WASTE pile to
|
||||
go through the STOCK again, while in others, it involves using
|
||||
game specific tules to reshuffle and redeal all or part of the
|
||||
tableau. Often, only a limited number of redeals are allowed.</p>
|
||||
</dd>
|
||||
|
||||
<dt><b>RESERVE</b></dt>
|
||||
|
||||
<dd>
|
||||
|
@ -185,9 +209,9 @@ substituted into this paradigm.</p>
|
|||
<dt><b>STRIPPED DECK</b></dt>
|
||||
|
||||
<dd>
|
||||
<p>A 32 card deck. There are four suits of eight cards
|
||||
each. Each suit contains an Ace, 7 through 10, Jack, Queen, and
|
||||
King.</p>
|
||||
<p>A STANDARD DECK with a reduced number of cards. Usually,
|
||||
this means that one or more suits or ranks are removed from
|
||||
the deck.</p>
|
||||
</dd>
|
||||
|
||||
<dt><b>STOCK</b></dt>
|
||||
|
@ -217,6 +241,12 @@ building.</p>
|
|||
dealt and are usually kept faced down.</p>
|
||||
</dd>
|
||||
|
||||
<dt><b>TURN THE CORNER</b></dt>
|
||||
|
||||
<dd>
|
||||
<p>See WRAP AROUND.</p>
|
||||
</dd>
|
||||
|
||||
<dt><b>VALUE</b></dt>
|
||||
|
||||
<dd>
|
||||
|
@ -235,6 +265,7 @@ usually in play.</p>
|
|||
<dd>
|
||||
<p>In some games card sequences may wrap around.
|
||||
When BUILDING UP this means you can place an Ace on a King.
|
||||
When BUILDING DOWN this means you can place a King on an Ace.</p>
|
||||
When BUILDING DOWN this means you can place a King on an Ace.
|
||||
Also called TURN THE CORNER.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
|
Loading…
Add table
Reference in a new issue