One rule: beat someone above you and take their place
This is a classic challenge ladder. There are no points, no rating, and no black box. It is seeded from the published FIFA world ranking of 11 June 2026; each completed match after that can only swap two teams.
The ladder is seeded from the published FIFA world ranking of 11 June 2026. From then on, every eligible completed international match is replayed in date order. The winner follows exactly one rule.
if (winner exists && position(winner) > position(loser))
swap(winner, loser) // the only move the ladder can make
else
ladder unchangedPositions are exchanged outright — the teams between #8 and #12 do not move at all.
Every place holds exactly one team, so two nations can never be level. The classic ladder is decided only by wins, draws and losses.
The entire ladder can be rebuilt from the stored starting order and the 104 World Cup results. The same input always produces the same order and the same movement history.
Live ingestion
Fixtures and scores update on a schedule, so the ladder reflects results as they land.
Deterministic ladder
The same result inputs always create the same ladder — no editorial opinion involved.
Replayable history
Every movement can be traced back to the match that caused it.
What enters the ladder
Matches that count
Confirmed senior men's internationals in the World Cup, continental championships, Nations League, World Cup qualifying and international friendlies. Youth, women's, club and regional-selection matches do not enter the ladder.
Seed
Seeded from the published FIFA world ranking of 11 June 2026. That ranking supplies the starting order only; it does not control later movement.
Refresh rhythm
In-play matches are checked about once a minute. Unsettled match days refresh about every 15 minutes, and the wider fixture calendar is checked daily.
Not a live-score service
Scores can arrive late or change after review. Use the site to follow the ladder, not as the official record of a match in progress.