mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
23 lines
720 B
HTML
23 lines
720 B
HTML
<h1>Applegate</h1>
|
|
<p>
|
|
Spider game type. 1 deck. No redeal.
|
|
|
|
<h3>Object</h3>
|
|
<p>
|
|
Group all the cards in sets of 13 cards in descending sequence
|
|
by suit from King to Ace.
|
|
|
|
<h3>Rules</h3>
|
|
<p>
|
|
Cards are dealt to seven piles of seven cards. The cards in the
|
|
first pile are all face-up while the bottom two cards of the
|
|
remaining piles are face-down. The remaining three cards are
|
|
placed in reserves.
|
|
<p>
|
|
Tableau piles are built down by same suit. Groups of cards can
|
|
be moved between tableau piles regardless of suit. Reserve cards
|
|
can be moved to the tableau, but cards cannot be moved to the
|
|
reserves.
|
|
<p>
|
|
The game is won when all the cards are dealt into four sequences of
|
|
the same suit, descending from King to Ace.
|