wok-next annotate hitori/description.txt @ rev 20811

blazekiss: up (20170630); add icons
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 13 16:49:32 2018 +0300 (2018-06-13)
parents
children
rev   line source
al@20796 1 Hitori is a small logic puzzle in a similar vein to the more popular Sudoku.
al@20796 2 In the game, the player starts with a square board of numbers, and has to
al@20796 3 *paint out* cells until there are no duplicate numbers in each row and column.
al@20796 4 The following rules apply:
al@20796 5
al@20796 6 * There must only be one of each number in the unpainted cells in each row
al@20796 7 and column.
al@20796 8 * No painted cell may be adjacent to another, vertically or horizontally.
al@20796 9 * All the unpainted cells must be joined together vertically and
al@20796 10 horizontally in one group.
al@20796 11
al@20796 12 These are the only three rules of the game, and so there may well be multiple
al@20796 13 solutions to a Hitori puzzle board.