mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
19 lines
595 B
HTML
19 lines
595 B
HTML
<h1>Chelicera</h1>
|
|
<p>
|
|
Spider 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 tableau piles, four with four cards,
|
|
and three with seven. Tableau piles are built down by same
|
|
suit. Groups of cards can be moved regardless of sequence.
|
|
<p>
|
|
Empty tableau piles are immediately filled by three cards from
|
|
the talon. Once the talon is empty, only kings can fill the
|
|
piles. The game is won if all the cards are arranged in
|
|
four same suit sequences from king to ace.
|