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/hanoisequence.html
2021-05-02 15:54:08 -04:00

23 lines
533 B
HTML

<h1>Hanoi Sequence</h1>
<p>
Tower of Hanoi game type. 9 cards. No redeal.
<h3>Object</h3>
<p>
Build a pile containing all 9 cards down by sequence.
<h3>Quick Description</h3>
<p>
Like <a href="towerofhanoy.html">Tower of Hanoy</a>,
but build a pile down <b>by sequence</b>.
<h3>Rules</h3>
<p>
A card may only be placed onto another card that is of higher rank.
<p>
Only the top card may be moved, and spaces may be filled
with any single card.
<h3>Notes</h3>
<p>
<i>Autodrop</i> is disabled for this game.