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

26 lines
766 B
HTML

<h1>Skiz</h1>
<p>
Tarock type. 1 deck. No redeal.
<h3>Object</h3>
<p>
Move all cards to the foundations.
<h3>Rules</h3>
<p>
This is a <a href="freecell.html">FreeCell</a> type of game.
Cards on the tableau build down in rank by suit. Cards build up
in rank on the foundations. A stack can be moved if the cards are
in descending rank order regardless of the suit. Only a King or the
highest trump can be played on an empty row.
<h3>Strategy</h3>
<p>
The foundations are less important early in the game than
building movable stacks. Use the reserve stacks carefully.
<h3>Author</h3>
<p>
This game and documentation has been written by
<a href="mailto:grania@mailcity.com">T. Kirk</a>
and is part of the official PySol distribution.