Tournament mode: turning one spin into a full ranking

· 2 min read
By Spin of luck team

A tournament wheel spins to eliminate one name each round until a champion remains — and the elimination order gives you a full 1st-to-last ranking. Here's how it works and when to use it.


Key Takeaways

  • A tournament wheel eliminates one name per spin until a single champion remains.
  • The elimination order is a full ranking — the last name out is the runner-up, the first out places last.
  • Every round is a fair, cryptographically random spin; nothing is pre-decided.
  • Best for presentation order, knockout games, last-one-standing draws, and prize tiers.

A normal spin wheel answers one question — who wins — and it's over in a few seconds. Sometimes that's exactly what you want. But plenty of decisions aren't 'pick a winner', they're 'put these in order': who presents first, who's out, what the prize tiers are. For those, a single spin is the wrong shape. A tournament is the right one.

What a tournament wheel does

A tournament spins to eliminate. Each round, the wheel lands on a name and knocks it out; the eliminated name disappears from the wheel and the next round spins among whoever's left. It keeps going until exactly one name remains — the champion. Because that last name is never eliminated, the survivor wins, and everyone else is ordered by how long they lasted.

How elimination order becomes a ranking

This is the part that makes a tournament more useful than it first looks. You don't have to rank anyone manually — the knockout produces the standings as a side effect. The order names are eliminated, reversed, is the finishing order:

  1. The one name never eliminated is the champion (1st).
  2. The last name eliminated is the runner-up (2nd).
  3. Working backward through the eliminations gives 3rd, 4th, and so on.
  4. The very first name knocked out places last.

So a single run gives you the complete standings, first to last. The results screen shows the champion in big letters, then the full ranking with medals for the top three.

When a tournament is the right tool

  • Presentation or turn order — the elimination order becomes the running order, with no arguments about who goes first or last.
  • Knockout game night — put everyone on the wheel and let it run; the last name standing wins the round.
  • Last-one-standing giveaways — the round-by-round eliminations keep a stream watching far longer than a single spin.
  • Prize tiers — the final standings map straight onto 1st, 2nd, and 3rd-place prizes.

Run a tournament

Add three or more names, hit the tournament button, and watch the wheel play out to a champion.

Open the Tournament Wheel

How to run one

  1. Add at least three names to the entries list.
  2. Click the 🏆 tournament button in the toolbar.
  3. Watch the eliminations — each spin knocks one name out, then pauses so you can read it.
  4. When one name is left, the champion and full standings appear. Share them as an image, or play again.

A note on fairness and weights

Every round is a real spin decided by cryptographically secure randomness, so nothing is pre-chosen — the champion is whoever the eliminations leave standing. That makes a tournament safe to run in public: there's no hidden outcome to question.

One caveat: tournaments work best with plain, unique names — one slice each. Weighted entries (the Name*N syntax) put a name on multiple slices, so it can be eliminated more than once, which muddies the ranking. For a clean knockout, give every entrant a single slice.

Frequently asked questions

What's the difference between a normal spin and a tournament?
A normal spin picks one winner and stops. A tournament keeps spinning — each round eliminates the name it lands on — until only one name is left. So instead of a single winner you get a champion plus the full order everyone placed.
Is the champion pre-decided?
No. Each round is an independent, fair spin using crypto.getRandomValues(). The champion is simply whoever happens to survive every elimination — there's no way to steer it. You can run the whole thing on screen and it's fully auditable.
Do I spin each round, or does it run on its own?
It runs automatically once you start it, pausing briefly between rounds so the just-eliminated name is readable. You can stop at any time with the on-screen Cancel button or the Esc key.
How big can a tournament be?
Any list of three or more names. A list of N names runs about N−1 spins, so larger fields take longer to play out. Keep it to a size you actually want to watch.