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

30 lines
1.2 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>Shisen-Sho</h1>
<p>Shisen-Sho is a single-player-game similar to Mahjongg and uses
the same set of tiles as Mahjongg.</p>
<h3>Object</h3>
<p>The object of the game is to remove all tiles from the
field.</p>
<h3>Rules</h3>
<p>The aim of the game is to remove all tiles from the board. Only
two matching tiles can be removed at a time. Two tiles can only be
removed if they can be connected with a maximum of three connected
lines. Lines can be horizontal or vertical, but not diagonal.</p>
<p>You don't have to draw the lines by yourself, the game does this
for you. Just mark two matching tiles on the board, if they can be
connected with a maximum of three lines, the lines will be drawn
and the tiles are removed.</p>
<p>Remember that lines only may cross the empty border. If you are
stuck, you can use the Hint feature to find two tiles which may be
removed. Clicking a tile with the right mouse button will show you
all corresponding tiles, no matter if they are removable at the
moment or not.</p>
</body>
</html>