URL HOOK
Single Player
#single-club-connectionOpen to everyone
One bookmark drops you into a Club Connection round at the difficulty and player type you pin in the URL. Easy or Normal with All players is open to everyone — Hard/Extreme or a specific player type asks you to sign in first.
Pattern
/games/club-connection?difficulty=<easy|normal|hard|extreme>&status=<all|active|retired>#single-club-connectionParams go before the hash. Leave them off for a quick Normal / All-players game:
/games/club-connection#single-club-connection
Or pin a tougher combo:
/games/club-connection?difficulty=hard&status=retired#single-club-connection
More combinations
Mix any difficulty with any player type — a few handy ones:
Easy warm-up, current players only
/games/club-connection?difficulty=easy&status=active#single-club-connection
Retired legends, normal difficulty
/games/club-connection?status=retired#single-club-connection
Hardest test — extreme, all players
/games/club-connection?difficulty=extreme#single-club-connection
Parameters
difficultyeasy · normal (default) · hard · extremeThe round's difficulty.
statusall (default) · active · retiredWhich footballers to draw from. Guests are limited to “all”.
Unknown or missing values fall back to the defaults — a malformed link still starts a game.
Behavior
- On page load the hash is read once and cleared via
history.replaceState— refreshing doesn't re-trigger the start. - Guests can start Easy/Normal with All players; their results aren't ranked.
- If a signed-out visitor pins Hard/Extreme or a specific player type, the link sends them to sign in and resumes the exact game afterwards.
Last updated ~1 min read