Rules and first strategy
How to play Tango step by step
Tango gives every empty cell only two possibilities. The challenge comes from how those simple choices constrain the rest of the board.
The goal of the game
Fill every cell with one of two symbols — usually a sun or a moon — so that the whole grid satisfies the rules at the same time. Some cells begin already filled, and some neighbouring cells are connected by an = or a × clue.
A standard Tango board is 6×6. That means each row and each column ultimately contains three suns and three moons. You never need to calculate a numeric answer: the symbols are simply two states whose relationships you must track.
Keep every line balanced
Each row and column must contain the same number of both symbols. On a 6×6 board, that means three of each.
Never make three in a row
No row or column may contain three identical symbols consecutively, horizontally or vertically.
Read the relationship clues
= means the adjacent cells are the same. × means they are different.
First technique: stop a third matching symbol
The easiest deductions come from the “no three in a row” rule. If two identical symbols touch, any cell immediately before or after that pair — when present — must be the opposite symbol.
A forced move
Placing another moon would create three consecutive moons, so the empty cell must be a sun. The same deduction works vertically.
The answer is forced by a rule — not by a guess.Second technique: look for a symbol sandwich
When two matching symbols have exactly one empty cell between them, the middle cell must be the opposite symbol. A pattern such as moon–empty–moon cannot become three moons, so the gap is forced to be a sun.
The gap is not really empty
Once you recognise this shape, it becomes one of the quickest patterns to scan for across the board.
Third technique: finish a balanced row or column
A 6×6 line can contain only three suns and three moons. As soon as a row or column already has three of one symbol, every remaining empty cell in that line must be the other symbol.
Count before you speculate
Three moons are already present, so both empty cells must be suns. Counting the line can unlock several cells at once.
Use = and × as chains, not isolated clues
Relationship clues become especially powerful when they connect several cells. If A equals B and B is different from C, then A must also be different from C. You can propagate that information even before you know whether A is a sun or a moon.
A simple method for your first games
- Scan = and × clues first.
Any clue next to a filled cell immediately determines its neighbour. - Search for touching pairs.
Two matching suns or moons force the cells beside the pair to be the opposite symbol. - Search for sandwiches.
Sun–empty–sun and moon–empty–moon each force the middle cell. - Count every nearly complete line.
If one symbol has already reached three occurrences, fill the remaining spaces with the other. - Repeat the scan after every deduction.
One new symbol can activate a relationship clue or create a new pair in another direction.
What to do when you get stuck
Change what you are looking for. Instead of staring at individual empty cells, scan all rows for completed counts, then all columns for pairs, and finally trace the = and × links. A fresh pass often reveals a constraint you ignored because your attention was fixed on one local area.
A modern face for an older idea
The history behind Tango
The suns and moons are modern, but the core logic belongs to a broader family of two-symbol puzzles that circulated under names such as Tohu wa Vohu, Binairo and Takuzu before Tango arrived.
Before Tango: binary grid puzzles
In this puzzle family, every cell has only two states: black or white, 0 or 1, X or O, or any other contrasting pair. The characteristic rules are an equal number of each state in every row and column and a ban on three identical states in a row.
Simon Tatham's well-known puzzle collection documents a version called Unruly and attributes the puzzle type to Italian puzzle inventor Adolfo Zanellati, under the name Tohu wa Vohu. Around the same period, Belgian creators Peter De Schepper and Frank Coussement developed and registered the name Binairo. The historical record is therefore better described as a family with overlapping early forms than as a single perfectly documented invention story.
Binary puzzles take recognisable modern forms
Tohu wa Vohu and Binairo emerge among closely related two-symbol grid puzzles.
Binairo becomes a registered puzzle name
Trademark records tie BINAIRO to Peter De Schepper and Frank Coussement, with international registration activity beginning around this period.
LinkedIn Games launches
LinkedIn begins its games initiative with Pinpoint, Queens and Crossclimb, establishing the daily-puzzle format Tango would soon join.
Tango arrives
LinkedIn announces Tango as its fourth “thinking-oriented” game, presenting the binary logic with suns, moons and = / × relationships.
0 and 1 can become sun and moon
The logic does not depend on the artwork. What matters is that each cell has exactly two possible states.
2024
Tango joined LinkedIn's daily games lineup in October 2024, with a deliberately approachable visual language built around two contrasting symbols.
Is Tango simply Takuzu with different symbols?
They are clearly close relatives, but treating every rule set as identical can create mistakes. Traditional Takuzu/Binairo variants often include an additional rule stating that no two completed rows may be identical, and no two completed columns may be identical. LinkedIn's published Tango rules do not list that restriction.
Tango also makes the = and × relationship clues a central part of its presentation. Those clues turn neighbouring cells into explicit logical relationships, which gives the game a different rhythm even when the underlying balance and adjacency rules feel familiar.
Stories inside two symbols
Tango anecdotes and fun facts
Beneath the friendly sun-and-moon design is a compact constraint system, a naming history with several branches, and a few details that are easy to miss when you first play.
The most satisfying Tango moves often happen before you know which symbol a cell contains: knowing that two cells must match — or must differ — can already be enough to continue the deduction.
A useful way to think about relationship clues.
Possible states per cell
Sun or moon. That tiny local choice is what makes Tango a binary logic puzzle.
Symbols in every 6×6 line
Each row and column finishes with three symbols of one type and three of the other.
Consecutive matching symbols?
Never. Two may touch; a third identical neighbour is forbidden horizontally and vertically.
Tango's LinkedIn debut
LinkedIn announced Tango on October 7, 2024, as the fourth game in its thinking-oriented lineup.
The × sign is not multiplication
Despite its appearance, × has no mathematical operation attached to it. It simply means different: if one side is a sun, the other must be a moon, and vice versa. The = sign similarly means only same.
The symbols can change without changing the puzzle
LinkedIn's own help documentation notes that Tango may use different emojis on certain days. That works because the puzzle does not care whether its two states are suns and moons, cats and dogs, black and white, or 0 and 1. As long as there are two clearly distinguishable states, the logic survives intact.
It can be described as a constraint satisfaction problem
From a computer-science perspective, each cell is a binary variable. The grid then adds several kinds of constraints: exact balance in each row and column, forbidden runs of three, and equality or inequality relationships between selected neighbours. Solving the puzzle means propagating those constraints until each variable has only one valid value left.
Simple rules do not mean shallow reasoning
A beginner may solve one cell because two moons are already touching. A harder position can require following several = and × links, checking what each possibility would do to a row count, and noticing that one branch would force an illegal run elsewhere. The vocabulary stays small while the chains of reasoning grow.
Why the name “Tango” fits the design
LinkedIn's public description uses the phrase “harmonize the grid”. The name also suits the way the two symbols interact: every placement affects a partner, a neighbour or an entire line. It feels less like filling isolated boxes and more like keeping two opposing states in balance.