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/mahjongg.html
Roderik Ploszek 806e3a5153 Reverse state of html-src/* help files as before ada9778
These files will be further processed by the gen-html.py script, they don't have
to be HTML valid.
2018-02-19 13:23:28 +01:00

31 lines
1.4 KiB
HTML

<h1>Mahjongg</h1>
Mahjongg tile based solitaire games.
<h3>Object</h3>
Remove all tiles from the tableau.
<h3>Quick description</h3>
Click on two matching tiles to remove them from the tableau.
<h3>Rules</h3>
Tiles may be removed from the tableau only in matching pairs and only
if both tiles are free. A tile is free if there are no tiles on top
of it and no tiles either to the right or left of it. A set of Mahjongg
tiles has three suits of nine tiles plus three Dragons and four Winds,
each of which is repeated four times. And there four Seasons and four
Flowers. This makes a total of 144 tiles in a complete set. The three
suits are usually called Sticks, Coins and Strings although other names
are sometimes used. A three of Sticks will only match another three of
Sticks. The Dragons are known by their colors which are usually red,
green and white. A green Dragon will only match another green Dragon.
The Winds are North, South, East and West. North will only match North
etc. Any Flower will match any other Flower and any Season will match
any other Season.
<h3>Strategy</h3>
Remove tiles from the deepest stacks first.
<h3>Notes</h3>
Mahjongg is a game that requires four players referred to as the four
winds. The first widely distributed computer solitaire game that used
the Mahjongg tiles was called Shanghai and was produced by Activision.