wok-next annotate 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
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.