URL HOOK

Single Player

#single-career
Open 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-career

Params go before the hash. Leave them off for a quick Normal / All-players game:

/games/career#single-career
Open

Or pin a tougher combo:

/games/career?difficulty=hard&status=retired#single-career
Open

More combinations

Mix any difficulty with any player type — a few handy ones:

Easy warm-up, current players only
/games/career?difficulty=easy&status=active#single-career
Open
Retired legends, normal difficulty
/games/career?status=retired#single-career
Open
Hardest test — extreme, all players
/games/career?difficulty=extreme#single-career
Open

Parameters

difficultyeasy · normal (default) · hard · extreme

The footballer's difficulty.

statusall (default) · active · retired

Which 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