What Streams is, and how it differs from wordsearch

Streams is a wordsearch where the words bend. Each placed word follows a connected path through the grid instead of running in a straight line. A short tour of the mechanic.

Published 3 min read

Streams is a wordsearch where the words bend. Instead of running in a straight line, each placed word follows a connected path through the grid — at any cell, the word can turn to any of the eight neighbouring cells. You find a word by tracing that path with your finger or mouse.

It's the same wordsearch family in spirit: a grid of letters, a list of words to find, the satisfying click when a placement commits. What changes is the placement geometry. Wordsearch words sit on straight axes; Streams words snake. The eye and the hand do similar work but in different shapes, and people who like one tend to like the other.

Streams runs on two grid sizes: 8×8 and 12×12. Three tiers per size — easy, medium, hard — but the tier ladder is different from wordsearch's. Easy uses shorter words and gentler paths. Medium uses longer words and tighter turns. Hard adopts the trick that distinguishes the format from a standard wordsearch: zero filler. Every cell in a hard Streams grid is part of a placed word, with no decorative letters to wade through. The grid is solved when the last cell is claimed, and the path of every word is the puzzle's geometry rather than something hidden inside it.

A note on commit. Like Wordsearch, you trace each Streams word from its first letter to its last in the order it's placed. The placer guarantees no two placed words share cells, so each cell in the grid belongs to one and only one word — your trace has to follow the constructor's path. Alternative paths through the letters that happen to spell the same word won't commit, because they'd consume cells reserved for the other words still to find.

The mechanic is recognisable from the New York Times's Strands, which the Times launched as a paywalled daily in 2024 and which probably brought you here if you've been looking for a free version. Streams is that version. The format is older than Strands in the casual sense — bending-word puzzles have shown up in puzzle magazines for decades — but the connected-path-with-zero-filler-at-the-top-tier convention is largely a 2020s thing, and Strands is what made it visible to a mainstream audience.

What Streams adds to a wordsearch site is a complementary scanning task. Linear scanning (wordsearch) and path-tracing (Streams) recruit slightly different visual skills, and most solvers find one of them more natural at first and then come to like both. The two surfaces on this site sit side by side for exactly that reason. If you've solved a handful of wordsearches and want to try something close but not the same, Streams is the next puzzle.

More articles