Rules, chain control, and the double-cross that wins every close game
Dots and Boxes is the pencil-and-paper classic: a grid of dots where two players take turns drawing single lines between adjacent dots. Complete the fourth side of a small square and you claim that box - and immediately move again. When every line is drawn, whoever owns more boxes wins.
Most people play it as children and assume it's a game of luck and doodling. It isn't. Dots and Boxes has been studied seriously by mathematicians (it fills a whole chapter of Berlekamp's combinatorial game theory work), and there is a moment in every game where one idea - the double-cross - separates players who win consistently from players who just take whatever boxes appear.
The extra-turn rule is what gives the game its teeth: one careless line can hand your opponent a whole run of boxes in a single turn. Play the AI here, or draw against a friend in real time via the multiplayer lobby.
By mid-game, the safe lines run out: every remaining move gives the opponent at least one box. At that point the board has organized itself into chains - strings of adjacent boxes that all fall in one run once the first is opened. Whoever is forced to draw the first line into a chain "opens" it, and the opponent can march down the whole chain, claiming box after box with the extra-turn rule.
Here's the move that changes everything. When your opponent opens a chain for you, do not take every box. Take all but the last two, then - instead of completing them - draw the line that leaves both remaining boxes as a pair for your opponent. They get two boxes... and are then forced to move again, opening the next chain for you. You've spent two boxes to buy every box in the next chain. Repeat this at the end of each chain and your opponent is forced to feed you the whole endgame, chain after chain. This is the double-cross, and against anyone who doesn't know it, it is devastating.
Because the player forced to open the first long chain usually loses control, the winner is often decided by how many long chains exist. The rule of thumb on our square boards: the first player wants the number of long chains (three boxes or more) to be even, and the second player wants it odd. During the neutral phase - while safe moves still exist - don't just avoid giving away boxes; actively merge or split regions to steer the chain count toward your parity. That's what strong players are doing while the board still looks harmless.
When you are the one forced to give something away, give away the smallest thing on the board: a lone box or a two-box chain before a long one, and short chains before loops (closed rings of boxes, which cost a four-box sacrifice to control). Every box you avoid donating matters in a game decided by one or two.
The PlayVersusAI engine knows the chain endgame, so easy wins from careless openings dry up quickly as you climb the difficulties:
| Difficulty | What to expect |
|---|---|
| Easy | Avoids obvious giveaways sometimes, but greedily takes every box - double-cross it freely. |
| Medium | Never three-sides a box without reason and takes chains cleanly. |
| Hard | Uses the double-cross against you and sacrifices short chains to keep control. |
| AI Training | Plays the parity battle in the neutral phase - you'll have to out-count it. |
Free to play - no account needed