Beginner Guide

How to Play Nonocross

From reading your first clue to completing the grid - with a real Level 1 walkthrough

What is a nonogram?

A nonogram (also called a picture-cross or picross) is a logic puzzle on a grid. Each row and column has a clue - a sequence of numbers that describes the lengths of consecutive filled-cell runs in that line. Your job is to determine which cells are filled and which are empty, using only those number clues and logic.

In Nonocross, solving the grid reveals a pixel-art picture. The clues are always sufficient to determine the solution uniquely - no guessing is ever required.

How to read the clues

Each clue is a list of numbers, read left to right for rows and top to bottom for columns. A clue of 3 1 means:

  • A run of 3 consecutive filled cells
  • At least 1 empty cell gap
  • A run of 1 filled cell

The runs must appear in that order. There must be at least one empty cell between any two runs. A clue of 0 means the entire line is empty - cross it all out.

The three core techniques

1

Overlap analysis

For a run of length N in a line of length L, the cells from position (L−N+1) to N must be filled regardless of where the run sits. The bigger N is relative to L, the more cells you can fill immediately.

2

Cross-line deduction

After filling cells in rows, re-examine the columns those cells intersect. A newly filled cell eliminates some positions for runs in its column. Alternate between rows and columns until no new deductions are available.

3

Gap elimination

Calculate the minimum space needed by remaining unsatisfied runs (sum of run lengths + mandatory gaps). If the remaining open space is exactly that size, every cell is determined. If a gap is smaller than the smallest remaining run, mark it all empty.

Level 1 walkthrough: Square

Level 1 is a 3×3 grid at 89% fill density. Here is the solved grid:

The entry points for this puzzle:

  • Row 1: