WC2026 Predictor is an office-style game for the FIFA World Cup 2026. You earn points from two scoring areas — per-match Score Predictions and tournament-wide Tournament Picks — and the leaderboard ranks everyone by total points.
/redeem/<code>./login./onboarding/game2) — six tournament-long picks plus any bonus questions on a single page./onboarding/totals) — your single guess for the whole tournament. Used as the official tie-breaker./onboarding/review) — confirm and edit anything before lock.
All Tournament Picks answers stay editable until kickoff of the very first match of the tournament.
That cutoff is read live from the schedule (the earliest kickoff_utc across all matches);
if the schedule isn't loaded yet it falls back to the tournament_start_utc setting.
After the cutoff, every form freezes server-side.
Predictions are entered per stage from the top nav: Group, R32, R16, QF, SF, Final. (The 3rd-place play-off shares the SF/Final flow.)
| Outcome | Points |
|---|---|
| Exact score (e.g. you said 2–1, result was 2–1) | 3 |
| Correct result only (right winner, or both predicted & actual were draws) | 1 |
| Wrong outcome | 0 |
| Joker on a match | ×2 the awarded points |
Knockout matches use the regulation 90-minute score for prediction-points purposes; the bracket then advances the actual winner (penalty winner included where applicable).
Each match locks individually at its kickoff time (UTC). Until kickoff you can edit your score, change/clear the joker, and resave. After kickoff that one match is read-only — other matches in the same stage stay editable.
A joker doubles whatever points that match would have earned (so 0 stays 0). Each stage has its own cap:
| Stage | Joker cap |
|---|---|
| Group Stage | 12 |
| Round of 32 | 4 |
| Round of 16 | 2 |
| Quarter-finals | 1 |
| Semi-finals · 3rd-place · Final | 0 |
If you submit more jokers than the cap allows for a stage the whole save is rejected — fix the count and resubmit. Jokers on already-kicked-off matches stay in the count and can't be moved.
Each knockout stage opens for predictions only after the previous one is finalized by the admin. Until then the matchups show as TBD slots (e.g. 1A, W101) and inputs are disabled.
Tournament Picks is a quiz authored by the admin. The full set of questions lives on a single page at /onboarding/game2 and saves in one go.
The leaderboard shows two columns per player: Score Predictions (per-match points) and Tournament Picks (admin-authored quiz). Total = the sum.
Mid-tournament ranks ignore the goals tie-breaker (we don't know the actual total yet) — the field activates once every match has a result entered.
| What you want | URL |
|---|---|
| My points, ranks, joker usage, per-match table | /me |
| Public leaderboard (podium + table) | /leaderboard |
| Another player's revealed picks | /leaderboard/<user_id>/picks |
| Group-stage predictions | /predictions/group |
| Knockouts | /predictions/r32, /r16, /qf, /sf, /final |
| Edit onboarding answers (until lock) | /onboarding/game2 · /totals · /review |
| Sign out | /logout |
tournament_start_utc setting acts as the fallback. Once locked, picks cannot be changed.Have a question this page didn't answer? Use the in-app chat assistant or ping the admin.