diff options
Diffstat (limited to 'apps/plugins/puzzles/src/html/singles.html')
-rw-r--r-- | apps/plugins/puzzles/src/html/singles.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/src/html/singles.html b/apps/plugins/puzzles/src/html/singles.html new file mode 100644 index 0000000000..252bffb380 --- /dev/null +++ b/apps/plugins/puzzles/src/html/singles.html | |||
@@ -0,0 +1,11 @@ | |||
1 | Singles | ||
2 | <p> | ||
3 | Black out some of the squares, in such a way that: | ||
4 | <ul><li>no number appears twice in any row or column | ||
5 | <li>no two black squares are adjacent | ||
6 | <li>the white squares form a single connected group (connections | ||
7 | along diagonals do not count).</ul> | ||
8 | <p> | ||
9 | Click in a square to black it out, and again to uncover it. | ||
10 | Right-click in a square to mark it with a circle, indicating that | ||
11 | you're sure it should <em>not</em> be blacked out. | ||