The object of the puzzle is to figure out which of the squares should be coloured in to make up a picture, which is the solution to the puzzle.
|
here is a more difficult one |
Rules:
- Numbers by each row or column form a 'clue'
- Each clue tells you how many solid blocks there are on that column or row, how big they are, and in what order they appear
- There must be at least one gap between two blocks
For example: A clue of "3,1" tells you there is a block of 3 consecutive solid squares on this row, and to the right of it is a single block of 1 solid square.
[more info]
|
Nonograms (a.k.a. Griddlers) in their current form, have a history going back about 20 years.
The theory behind these puzzles can get quite involved, and provides an interesting exercise in programming. Steven Simpson has provided some interesting nonogram solvers
There are also some interesting variants on this puzzle too.
More nonograms to play with are here, here and here.
update: Here is a nice tutorial on how to solve these puzzles.
|
|