Category Elimination Game
The naming game is one of the oldest party games there is: a category is called, everybody names something in it in turn, nothing may be repeated, and whoever hesitates or repeats is out. It is genuinely good and it goes wrong in exactly one way — three rounds later somebody who was knocked out is still taking turns, because keeping track of who is in is harder than it looks. This keeps that state properly: the turn order walks only the survivors, and a player who is out never comes back.
What this generator does
Runs the knockout properly. The quick-fire naming generators here call out a category and stop; this holds the game state — who is still in, who went out and in what order, which categories have been used, and whose turn it is next. The turn rotation walks the surviving players only, which is the specific thing groups get wrong when they keep the order in their heads.
How to use this tool
- Enter everybody playing, one name per line.
- Edit the category list if you want your own — one per line.
- Press start, then next category to begin a round.
- When somebody hesitates or repeats, tap their name to knock them out.
Understanding the controls
- Everybody playing
- One name per line. The turn order is derived from this list and shortens automatically as people go out.
- Categories to draw from
- One per line, fully replaceable. Categories are dealt without replacement, so the same one cannot come round again while unused ones remain.
- Next category
- Deals the next category and advances the turn. It is a deliberate press rather than a timer, because how long a round runs depends on the group.
- The player buttons
- Tap a name to knock that player out of the round just dealt. A player already out cannot be knocked out twice, and cannot be put back in — that is the invariant that keeps the game honest.
- Undo
- Steps back exactly one action, which is the fix for tapping the wrong name.
Worked examples
- 7 players
- Six eliminations, then the game announces a winner and stops accepting them.
- The elimination order
- Shown as a chain, so 'who went out first' is settled without anybody remembering.
- Tapping a name twice
- Nothing happens the second time — a player cannot be eliminated twice.
- A player who is out
- Never appears as the next player again, however many rounds are left.
Common use cases
- A quick game that needs no equipment and no preparation
- Filling twenty minutes at a party without setting anything up
- A classroom or youth-group game where everybody can join in
- A car or waiting-room game with the screen as the referee
- Deciding who does something, in a way that feels fairer than a draw
How this generator works
The category pool is shuffled once at the start and dealt from the front, so nothing repeats until it is exhausted. The turn pointer walks the list of players who are still in, so it always skips those who are out. Eliminating a player moves them from the active list to the eliminated list — never both, never neither — and the game ends automatically when one player is left. Every action returns a fresh copy of the game state rather than editing one, so undo is simply keeping the previous value.
Randomness and fairness
Randomness decides only the order of the category pool. Turn order, eliminations and the winner are all consequences of what the players did, not of a draw. There is no seeded mode.
For how randomness is produced across the whole site, see how Generate Random works.
Assumptions this tool makes
- Everybody listed is present and playing, and one person is operating the screen.
Limitations and good to know
- It does not judge answers. Whether something counts, and whether a pause was a hesitation, is the room's decision.
- There is no timer — a phone has one, and how long a turn should be varies by group and category.
- One shared screen, so everybody needs to be able to see it.
- The game ends when the tab closes. There is no way to pause a knockout and resume it tomorrow.
Common mistakes
- Letting the turn order drift from the screen
- The screen is the order. The whole point is that it skips people who are out, which is exactly what human memory stops doing after round three.
- Using categories that are too narrow
- A category needs more distinct answers than there are players, or the first round ends the game. 'Countries' works; 'countries beginning with Q' does not.
- Expecting it to spot repeats
- It does not listen. Repeats are for the room to catch — the tool tracks who is out, which is the part people actually get wrong.
Practical tips
- Write categories with a lot of answers in them; a game dies when the category runs dry rather than when the players do.
- For a larger group, play in two halves and put the two winners head to head.
- Copy the record afterwards — the elimination order is the funniest part of the game to read back.
Privacy and your data
The names you type and your category list stay in your browser. Nothing is uploaded, nothing persists between visits, and nothing is written into the page address. Analytics records that the tool ran and how many people were playing, never a name or a category.
Frequently asked questions
- How is this different from the name three challenge generator?
- That one calls out a category and a target. This runs the knockout around it: it holds who is still in, whose turn it is, and who went out in which order, and it ends when one player is left.
- Can somebody come back in?
- No, by design. A player who is out stays out — that is the one rule this tool actually enforces, because it is the one groups lose track of. Start a new game if you want them back.
- Does it check that nothing has been repeated?
- No. It cannot hear the answers. It guarantees the *categories* do not repeat; the players police the answers.
- How many people can play?
- Up to sixty, though it is a better game with six to twelve. Beyond that the wait between turns gets long enough that people stop paying attention.
Related generators
- Name Three Challenge GeneratorQuick-fire category rounds against a clock — name three fruits, name five things in a kitchen — with turns rotating so nobody gets skipped.
- Team Challenge GeneratorSplits everyone into balanced teams, deals a different challenge each round and keeps the score for you.
- Party Game Session GeneratorRuns a whole party game in rounds — no prompt repeats, turns rotate evenly, and it keeps the score.