wok-next diff hitori/description.txt @ rev 21637
faad2: added build dependency libtool
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jun 26 11:18:23 2020 +0100 (2020-06-26) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/hitori/description.txt Fri Jun 26 11:18:23 2020 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 +Hitori is a small logic puzzle in a similar vein to the more popular Sudoku. 1.5 +In the game, the player starts with a square board of numbers, and has to 1.6 +*paint out* cells until there are no duplicate numbers in each row and column. 1.7 +The following rules apply: 1.8 + 1.9 + * There must only be one of each number in the unpainted cells in each row 1.10 + and column. 1.11 + * No painted cell may be adjacent to another, vertically or horizontally. 1.12 + * All the unpainted cells must be joined together vertically and 1.13 + horizontally in one group. 1.14 + 1.15 +These are the only three rules of the game, and so there may well be multiple 1.16 +solutions to a Hitori puzzle board.