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
Shlomi Fish ada9778879 Ran the HTMLs thru tidy.
tidy -asxhtml so they will validate.
2017-11-12 21:26:36 +02:00

37 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content=
"HTML Tidy for HTML5 for Linux version 5.4.0" />
<title></title>
</head>
<body>
<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.
</body>
</html>