ELO ladder vs fixed-round tournament: a ranking that never ends
Roberto Delgado ยท 10 September 2026
All the formats covered elsewhere on this site have rounds: the Swiss system sets a number of rounds up front, a league plays a fixed round-robin, and a bracket ends when only one player is left standing. A ladder has none of that. It has no round 1, and it has no last round either โ that's not a missing feature, it's the whole design.
What "no rounds" means in practice
A ladder phase never generates a schedule. There's no pairing process that produces "round 3's matches" the way Swiss or a league does โ the engine underneath is deliberately a no-op for that job. Matches happen because two enrolled players agree to one, at any time, through one of two modes: the organizer creates matches directly, or players propose and accept challenges themselves. Enrollment also stays open at all times โ a new player can join the ladder in month six, starting at the default rating, and nobody has to re-run a draw to fit them in. Leaving only works before you've played your first match; after that you withdraw instead, which also cancels anything you had pending.
There's no rule in this implementation that restricts who you can challenge based on proximity on the ladder โ the classic "you can only challenge someone up to three spots above you" convention some physical ladders use isn't enforced here. Any active player can challenge any other active player. If a club wants that restriction as a social norm, it has to be a house rule, not something the software enforces.
The rating: standard, symmetric, and reversible ELO
New entrants start at 1500. Every result moves both players' ratings by the same K-factor of 32, scaled by how surprising the result was โ the expected-score formula is the standard logistic curve (1 divided by 1 + 10 to the power of the rating gap over 400), so beating someone 200 points above you moves your rating a lot; beating someone 200 points below you barely moves it at all. There's no separate provisional period and no decay for inactivity in this implementation โ a rating earned in January sits exactly where it was in December if nobody plays it.
One detail that matters specifically for club admins: ladder ratings are reversible. If a result is corrected or deleted, the exact rating delta that match applied gets undone, not recalculated from the full match history. That's a deliberate design choice โ it's fast and simple, but it means the reversal assumes results are corrected shortly after they happened; undoing a result from months ago, after many more recent matches have piled on top of it, still only reverses that one delta โ usually what you want, but worth knowing before you go editing old results on a mature ladder.
Ladder vs a Saturday knockout tournament
| ELO ladder | Fixed-round tournament | |
|---|---|---|
| Start / end | Open-ended โ no end date | Fixed โ starts and ends on a schedule |
| Who decides the pairings | The players (challenge) or the organizer (direct) | The pairing engine โ Swiss, knockout, or round-robin |
| Ranking | Continuous ELO, updated after every match | Standings/bracket position, final at the last round |
| New entrants | Join anytime, starting rating is exactly 1500 | Join before the draw, or not at all |
| What gets engraved on the trophy | Nothing, by design โ there's no "final" | A name, on a specific date |
When a ladder is the wrong tool
- You need a winner on a specific date. An office ladder that's been running for a year continuously answers "who's strongest right now" โ it never answers "who won the 2026 championship" unless you deliberately freeze it and treat the standing on one day as the result.
- Players expect a bracket and a trophy ceremony. A one-off club event wants excitement with a beginning and an end โ a ladder's whole appeal is the opposite of that.
- You want a rank restriction enforced automatically. If "only challenge upward on the ladder, not downward" or "only within 3 spots" matters to you, it has to be a posted house rule here, not a system restriction.
And the reverse: a fixed-round tournament is the wrong tool for an ongoing club that doesn't want to re-run a draw every time someone joins or misses a week โ that's exactly the itch a ladder scratches.
A short decision rule
- If the group is permanent and its membership changes over time โ ELO ladder, direct or challenge-based, with no draw to maintain.
- If the event has a start date, an end date, and a trophy โ fixed-round tournament โ Swiss, round-robin, or a bracket, chosen on its own merits.
- Running both is common and not contradictory: a ladder for the club's everyday ranking, plus an occasional fixed-round event that uses the ladder rating only as seeding, not as the result.
For the product side โ setting the challenge rules, recording ladder results, reading the live ranking โ see the ELO ladder guide.