wok-next view hitori/description.txt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents
children
line source
1 Hitori is a small logic puzzle in a similar vein to the more popular Sudoku.
2 In the game, the player starts with a square board of numbers, and has to
3 *paint out* cells until there are no duplicate numbers in each row and column.
4 The following rules apply:
6 * There must only be one of each number in the unpainted cells in each row
7 and column.
8 * No painted cell may be adjacent to another, vertically or horizontally.
9 * All the unpainted cells must be joined together vertically and
10 horizontally in one group.
12 These are the only three rules of the game, and so there may well be multiple
13 solutions to a Hitori puzzle board.