The "=" and "×" clues are the secret sauce of every Tango puzzle. While the balance rule and triple prevention are straightforward, the modifier clues are where the deep logic lives. Understanding how they interact — with each other and with the grid constraints — is the difference between struggling with medium boards and breezing through hard ones.

Basic One side filled Easy

The simplest clue pattern: one cell of a clue pair is already filled.

☀ = ? → ☀ = (same → copy the symbol) ☀ × ? → ☀ × 🌙 (different → flip the symbol)

This is "Rule 1" in the solver — clue propagation. It's the first thing you should scan for on any board. One pass through all the clues usually fills several cells immediately.

Intermediate Touching pairs Medium

Here's a pattern many players miss. Imagine a blank "=" pair where neither cell is filled, but a neighbouring cell (just outside the pair) is filled:

☀ [? = ?] … ↑ This Sun is adjacent to the left cell of the "=" pair.

Since the "=" forces both blanks to be the same, and the left blank is right next to a Sun, placing another Sun there would create two Suns in a row — and the "=" would make it three. That's a triple, which is forbidden. So both blanks must be Moon.

☀ 🌙 = 🌙 …

This "touching pair" deduction is the solver's Rule 5 (difficulty 4). It fires surprisingly often in medium and hard puzzles, and catching it manually will save you significant time.

The same logic works on the right side: if a filled cell sits just after a blank "=" pair, both blanks are forced to be the opposite of that cell.

Intermediate Clue chains

The real power of clues emerges when they're close together. Consider this row fragment:

? × ? = ?

Three blanks connected by two clues. If you can determine any one of these cells (from a row count, a column constraint, or another clue), the entire chain resolves:

× 🌙 = 🌙

One deduction gave us three cells. This is why experienced players always look for chains before isolated cells — the payoff is much higher.

Advanced The "Equal-Gap" pattern Hard

On 6×6 boards, a powerful pattern arises when a blank "=" sits at one end of a row and the opposite end is already filled:

[? = ?] _ _ _ ☀

The "=" pair takes two of the six cells. If those two are the same symbol, and the far end is a Sun, then a balance + triple argument proves the pair must be the opposite symbol:

🌙 = 🌙 _ _ _ ☀

Why? If the pair were both Suns, we'd have 3 Suns already (pair + far end) out of only 3 allowed. That leaves zero Suns for the three remaining blanks, which would force three consecutive Moons somewhere — a triple. Contradiction. So the pair must be Moon.

This is the solver's "Equal-Gap" rule (difficulty 7). It only applies to 6×6 because the mathematics don't generalise to larger boards (the wider middle section absorbs the constraint). But on 6×6, it's a key technique for hard puzzles.

Advanced Opposite inference Hard

When a blank "×" clue pair exists and the row is nearly full, something elegant happens. A "×" guarantees one Sun and one Moon in its pair — that's one of each. If the row already has, say, 2 Suns and 2 Moons filled (on a 6×6), then there's 1 Sun and 1 Moon left to place. The "×" pair accounts for exactly that — one of each. So every other blank in the row (outside the "×" pair) is impossible, and the "×" pair uses up the remaining quota.

In practice, this means the non-clue blanks are now fully determined by the remaining count. The solver calls this "Opposite Inference" (difficulty 9) and it's one of the deepest standard rules.

Expert Constraint enumeration Very Hard

The hardest puzzles have multiple blank clue groups that overlap in their constraints. Consider a row with both a blank "=" pair and a blank "×" pair:

? = ? _ ? × ?

The "=" forces its pair to match; the "×" forces its pair to differ. Combined with the row's symbol counts, there may be only one or two valid assignments for all the blanks. The solver handles this by enumerating all possibilities and keeping only the ones that satisfy every constraint simultaneously. If all valid assignments agree on a particular cell, that cell is determined.

This "Constraint Enumeration" rule (difficulty 10) is the final weapon. You won't need it on easy or medium puzzles, but on "Very Hard" boards it's often the only way to make progress. When you're stuck, try mentally exploring both possibilities for a clue pair and see which one leads to a contradiction.

Key insight: Every clue pattern above builds on the ones before it. Master "one side filled" first, then touching pairs, then chains — and the advanced patterns will feel natural.

Practical tips for clue mastery

  1. Scan all clues first. Before touching any cell, do one pass through every "=" and "×" looking for propagations.
  2. Look for chains. Adjacent clues are gold. Trace them before moving to isolated cells.
  3. Check neighbours of blank pairs. A filled cell next to a blank "=" is a free deduction.
  4. Count before and after. Many clue deductions only become visible once you've updated the row's symbol count.
  5. Use hints to learn. When the hint fires a "Touching Pair" or "Opposite Inference" deduction, study the pattern. You'll spot it next time.
Practice Now