summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/help/singles.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/help/singles.c')
-rw-r--r--apps/plugins/puzzles/help/singles.c51
1 files changed, 51 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/help/singles.c b/apps/plugins/puzzles/help/singles.c
new file mode 100644
index 0000000000..2277071cb9
--- /dev/null
+++ b/apps/plugins/puzzles/help/singles.c
@@ -0,0 +1,51 @@
1/* auto-generated by genhelp.sh */
2/* DO NOT EDIT! */
3const char help_text[] =
4"#Chapter 32: Singles "
5"\n"
6"You have a grid of white squares, all of which contain numbers. Your "
7"task is to colour some of the squares black (removing the number) so "
8"as to satisfy all of the following conditions: "
9"\n"
10"- No number occurs more than once in any row or column. "
11"\n"
12"- No black square is horizontally or vertically adjacent to any "
13"other black square. "
14"\n"
15"- The remaining white squares must all form one contiguous region "
16"(connected by edges, not just touching at corners). "
17"\n"
18"Credit for this puzzle goes to Nikoli [15] who call it Hitori. "
19"\n"
20"Singles was contributed to this collection by James Harvey. "
21"\n"
22"[15] http://www.nikoli.com/en/puzzles/hitori.html (beware of Flash) "
23"\n"
24"\n#32.1 Singles controls "
25"\n"
26"Left-clicking on an empty square will colour it black; left-clicking "
27"again will restore the number. Right-clicking will add a circle "
28"(useful for indicating that a cell is definitely not black). "
29"\n"
30"You can also use the cursor keys to move around the grid. Pressing "
31"the return or space keys will turn a square black or add a circle "
32"respectively, and pressing the key again will restore the number or "
33"remove the circle. "
34"\n"
35"(All the actions described in section 2.1 are also available.) "
36"\n"
37"\n#32.2 Singles parameters "
38"\n"
39"These parameters are available from the `Custom...' option on the "
40"`Type' menu. "
41"\n"
42"_Width_, _Height_ "
43"\n"
44"Size of grid in squares. "
45"\n"
46"_Difficulty_ "
47"\n"
48"Controls the difficulty of the generated puzzle. "
49"\n"
50;
51const char quick_help_text[] = "Black out the right set of duplicate numbers.";