URL HOOK
Single Player
#single-careerOpen to everyone
One bookmark drops you into a single Career Path footballer 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/career?difficulty=<easy|normal|hard|extreme>&status=<all|active|retired>#single-careerParams go before the hash. Leave them off for a quick Normal / All-players game:
/games/career#single-career
Or pin a tougher combo:
/games/career?difficulty=hard&status=retired#single-career
More combinations
Mix any difficulty with any player type — a few handy ones:
Parameters
difficultyeasy · normal (default) · hard · extremeThe footballer'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