Daily Challenge
Like Wordle, but football: every day at midnight (Europe/Berlin) the whole world gets exactly the same draft. One attempt counts — the seed makes it identical for everyone, but every XI turns out different.
The rules
- One draft per day. The calendar (Europe/Berlin) is the seed: everyone sees the same pools in the same order on the same day.
- One attempt counts. Only your first completion of the day is saved. You can keep practicing afterwards — it just no longer counts for the streak.
- Build the streak. Every completed day extends your run. 7 days straight earns the “Weekly Warrior” achievement.
- Share like Wordle. After playing you get a text card of 🟩⬜🟥 squares for all 34 matchdays plus your streak — perfect for the group chat.
Why it works
The engine is fully deterministic: the date seed produces the draft sequence, the league and the schedule. Nobody can cheat — and your result is verifiable via run code. Your streak and daily results live only in your browser (localStorage); there is no account and no server scoring.
FAQ
When does a new day start?
At 00:00 Europe/Berlin time — summer and winter alike.
What if I miss a day?
The streak breaks and restarts at 0. Your best streak stays saved.
Does everyone really get the same draft?
Yes — the date seed produces identical pool sequences for everyone. Decisions and results stay individual.