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

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
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.