Nonogram
Quick Pitch
Nonogram (also called Picross or Griddlers) is a logic puzzle where players fill grid cells based on numerical clues indicating consecutive filled cells in each row and column.
Hook
Numbers line the edges of a grid โ "3" means three consecutive filled squares in that row, "2 1" means a group of two, a gap, then one more. Using logic alone, you figure out which squares to fill and which to leave blank. When you're done, the filled squares form a picture. Nonograms require no guessing when done right: every cell can be determined purely by reasoning, and the moment a picture starts to emerge from the logic is genuinely satisfying.
Equipment Needed
- Sheet of paper with grid
- Pencil or pen
- Eraser
- Optional: Colored pencils (for multi-color nonograms)
Setup
Choose Grid Size:
- 10ร10 (beginner)
- 15ร15 (intermediate)
- 20ร20 (challenging)
- 25ร25+ (expert)
Grid Layout:
- Grid cells (squares to fill)
- Row clues (left side)
- Column clues (top)
- Each clue shows runs of filled cells
Example 5ร5 Grid:
3 1 3 1 2
+---+---+---+---+---+
2 | | | | | |
1 | | | | | |
1 1 | | | | | |
2 | | | | | |
5 | | | | | |
+---+---+---+---+---+
Rules
Objective
Fill grid cells according to row and column clues to reveal a hidden picture.
Understanding Clues
Single Number:
- "3" in a row of 5 cells = 3 consecutive filled cells
- Possible positions: XXX--, -XXX-, --XXX
Multiple Numbers:
- "2 1" = 2 consecutive filled, gap, 1 filled (minimum)
- Example in 5 cells: XX-X-, XX--X, X-XX-, etc.
Reading Clues:
- Clue "3 1 2" means: 3 filled, gap(s), 1 filled, gap(s), 2 filled
- Gaps can be 1 or more cells
- Numbers must appear in order
Example Row
Row clue: "2 1" Row length: 5 cells
Possible solutions:
- XX-X- (2 filled, 1 gap, 1 filled, 1 gap)
- XX--X (2 filled, 2 gaps, 1 filled)
- X-XX- (invalid - reverses order)
- -XX-X (2 filled, 1 gap, 1 filled)
NOT valid:
- XXX-- (no gap, wrong structure)
- X-X-- (only single filled cells, no "2")
Expert Player
Tips
- Start with rows/columns with single runs: Easier to place than multiple runs
- Analyze line length carefully: Know exactly where blocks can fit
- Look for forced cells: Find cells that must be filled regardless of clue variations
- Use elimination: Mark definite empty cells to narrow possibilities
- Find full-line clues: If clue numbers sum to line length, entire line is filled
- Work intersections: Use row solutions to constrain column clues and vice versa
- Mark uncertain cells: Use dots for empty cells, check marks for filled
- Start corners: Corner clues often have fewer possibilities
- Use symmetry: If puzzle has symmetry, use it to your advantage
- Work systematically: Complete one row/column fully before moving on
Variations
Different Sizes:
- 10ร10 (beginner)
- 20ร20 (medium)
- 30ร30+ (very challenging)
Multi-Color Nonograms:
- Multiple colors in addition to empty
- Clues specify color runs
- More complex logic needed
Irregular Nonograms:
- Non-rectangular grids
- Different shapes
- Same solving logic
3D Nonograms:
- Three-dimensional grids
- Clues for planes/slices
- Very complex
Learn More โ History & Origins
History & Origins
Nonograms were invented independently by two people in Japan in 1987. Non Ishida, a graphics editor, published picture grid puzzles in Japanese magazines under the name "Window Art Puzzles," while Tetsuya Nishio developed a similar format around the same time. The name "Nonogram" is a portmanteau of Ishida's name and "diagram." The British puzzle publisher James Dalgety introduced them to Western audiences in 1990, publishing them in The Sunday Telegraph under the name "Nonograms," and their popularity spread rapidly through puzzle magazines in Europe and North America during the 1990s.
The puzzle became a major digital game format in Japan under the name "Picross" (picture crossword), with Nintendo publishing Picross games on the Game Boy and later the DS. Picross DS (2007) sold exceptionally well in Japan and introduced the format to a new generation of players worldwide.
Cultural Context
Nonograms occupy a satisfying middle ground between pure logic puzzles (like Sudoku) and creative activities (like coloring). The logical deduction required to determine each cell is rigorous and rewarding, but the payoff โ a recognizable image forming as you work โ adds an artistic dimension that pure logic puzzles lack. That combination gives nonograms unusually broad appeal: they attract both people who love systematic reasoning and people who enjoy visual, creative work.
The puzzle format has proven highly adaptable to digital platforms, where the ability to mark cells with a single tap, undo mistakes easily, and instantly check for errors makes the solving experience smoother than pencil and paper. Mobile nonogram apps have accumulated tens of millions of players, making the format one of the most successful puzzle games of the smartphone era โ a remarkable achievement for a puzzle invented in 1987 by a Japanese graphics editor.
See Also
Solving Strategies
Basic Approach:
Analyze Clues:
- For each row/column, determine possible arrangements
- Mark cells that MUST be filled in all possibilities
- Mark cells that MUST be empty in all possibilities
Example Analysis: Row clue "4" in 5-cell row:
- Must be: XXXX-, -XXXX
- Cell 3 is definitely filled (in both cases)
- Cells 1 and 5 are definitely filled (in one case each) โ cannot determine
Row clue "5" in 5-cell row:
- Must be: XXXXX (only one possibility)
- All cells definitely filled
Cross-Reference:
- Use rows to determine column cells
- Use columns to determine row cells
- Each clue constrains opposite direction
- Solving is iterative process
Deduction Loop:
- Mark certain cells based on row clues
- Mark certain cells based on column clues
- Look for intersections
- Continue until solved or stuck
- Use logical reasoning to break ties
Advanced Strategies:
Constraint Satisfaction:
- Treat as constraint satisfaction problem
- Iteratively apply constraints
Possibility Mapping:
- List all valid placements
- Find common cells across possibilities
- Mark definite cells
Contradiction Detection:
- If clue becomes impossible to satisfy with remaining spaces
- That placement is wrong
- Eliminate and try other options
Example Solving
5ร5 grid:
Clues:
3 1 3 1 2
+---+---+---+---+---+
2 | | | | | |
1 | | | | | |
1 1 | | | | | |
2 | | | | | |
5 | | | | | |
+---+---+---+---+---+
Solving:
- Row 5: "5" โ Must fill all 5 cells: XXXXX
- Column 1: "3" โ Analyze possibilities
- Continue analyzing and constraining...
(Full solving would show step-by-step)
Result might be:
โ โก โ โ โ
โ โก โ โก โ
โ โ โ โ โ
โ โ โก โก โ
โ โ โ โ โ
Creating Nonogram Puzzles
To create nonogram:
- Draw desired picture in grid
- Calculate row clues based on filled cells
- Calculate column clues
- Remove the picture (leave only clues)
- Test that unique solution exists
Most nonogram creators use computer assistance.
Mathematical Notes
Nonograms relate to:
- Line Segment Placement: Finding valid arrangements
- Constraint Satisfaction: Solving systems of constraints
- Graph Theory: Analyzing possibilities
Nonograms are NP-complete for arbitrary grids (computationally hard), but practical small puzzles solve quickly with human intuition.