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