Turn a word into POOP. Change one letter at a time — every step has to be a real word.

About Poople

A word-ladder puzzle, built for people who like both wordplay and a dumb laugh.

Poople is a daily word-ladder game: you start with an ordinary four-letter word and turn it into POOP, one letter at a time. Every word along the way has to be a real English word, and the goal is to find the shortest possible route.

Word ladders (sometimes called "word chains" or "doublets") are one of the oldest word-puzzle formats around — Lewis Carroll invented the format in 1877. We didn't invent the idea of steering one toward a silly target word either; that's a whole small genre of daily word games at this point. What we built here is our own implementation from scratch: our own word list, our own puzzle generator, our own scoring, and our own look and feel.

How the puzzles are made

Every day's puzzle uses a real dictionary word as the starting point, and every step in your ladder has to also be a real dictionary word. Behind the scenes, we precompute the shortest possible path from thousands of words to POOP, so we can tell you the "par" for each day and check instantly whether the word you just typed can still reach POOP at all.

No accounts, no tracking gimmicks

You don't need to sign up for anything. Your streak and stats live in your browser's local storage, not on a server — if you clear your browser data, they're gone, and if you play on a different device, your stats there start fresh. See our privacy policyfor the full details on what data the site uses.

How the word list was built

The dictionary behind Poople started as a large list of English words, filtered down to exactly four letters. From there, we built a graph: every word is a node, and two words are connected if they differ by exactly one letter in the same position. Running a breadth-first search outward from POOP across that entire graph tells us, for every single reachable word, the shortest number of steps it takes to reach POOP from there. That's what "par" means on each daily puzzle — it's not a guess, it's the actual shortest path we found by exhaustively searching the graph.

Not every four-letter word in the dictionary connects to POOP at all — a small number sit in isolated pockets of the graph with no path out. Those words are automatically excluded from both the daily rotation and the list of valid guesses, so you should never end up stuck on a word with genuinely no way forward.

What makes a good starting word

Not every reachable word makes a good starting word, even if it technically has a path to POOP. A starting word that most people have never heard of makes for a frustrating, not fun, puzzle — so the daily rotation is drawn from a smaller pool of common, everyday words, filtered against a general word-frequency list and checked for a reasonable difficulty range. The result is a puzzle that usually takes somewhere between three and seven steps: enough to make you think, not so many that it turns into a slog.

What we're not trying to be

Poople isn't trying to be a comprehensive dictionary tool, a competitive esport, or a social network. It's a small, free, daily puzzle — the kind of thing you play once in the morning with your coffee, or share with one specific person because you know they'll laugh at the target word. If it grows beyond that, it'll be because people who play it tell us what's missing, not because we set out to build something bigger than that from day one.

Feedback

Found a word that shouldn't be in the dictionary, or one that's missing? Have a puzzle idea? Get in touch.