The short version
Stat Thief is a free browser game about an argument football fans have been having for as long as the sport has had statistics: if you could take the best single quality from a handful of different players and glue them into one footballer, what would that footballer look like?
The game answers it by making you build that player yourself, one stolen attribute at a time, across a ten-round draft. No account, no download, no in-app purchase, no leaderboard chasing. You open the page, pick a position, and in about eight minutes you have a finished legend with an overall rating, a tier, a nickname, a club and a season to play out.
Who builds it
Stat Thief is made by one person: a first-year engineering student in France who plays football, watches far too much of it, and started writing the game as a way to learn front-end development properly rather than by following tutorials. It is written from scratch in plain HTML, CSS and JavaScript - no framework, no build step, no backend. The entire game is a single file that runs in your browser, which is also why it loads instantly and works offline once the page is open.
That also means the project is slow-moving and hand-made. Every club list, every playstyle trait, every random event and every line of the season simulation was written by hand and balanced by playing the thing several hundred times. If a build feels overpowered or a stat grade seems wrong to you, there is a real person on the other end of the contact page who will read the message.
Where the numbers come from
This is the part the project wants to be completely transparent about, because it is the question fans ask first.
The stats in Stat Thief are not real data. They are not scraped from Opta, FBref, Transfermarkt, any video game, or any official league source. Each player in the pool is assigned eight numbers by hand, based on the qualities that player is widely and popularly remembered for - the pace that terrified defenders, the left foot, the aerial dominance, the calm in front of goal. Those numbers are then displayed as a simplified S-to-F grade so a draft stays fast to read.
The result is a caricature, and it is meant to be. It is designed to feel recognisable to someone who watched these players, not to be defensible as analysis. If you want real numbers, go to a real data provider. If you want to argue about whether a certain winger really deserves an S for pace, that argument is the entire point of the game.
What Stat Thief is not
- It is not official. Stat Thief has no affiliation with the Premier League, with any club, with any player, or with any football video game publisher. Club and player names are used to identify real footballers being discussed and commented on, in the same way a fan blog or a podcast names them.
- It is not gambling. Nothing in the game can be bought, wagered, or cashed out. The "reels" are a presentation device for a random draw. There is no currency that has value outside the browser tab, no purchase of any kind, and no mechanic designed to be paid for.
- It is not a database. There is no complete list of Premier League players here, no historic results archive, no statistics you should cite anywhere.
- It does not keep your career. Everything lives in the current page session. Reload and you start fresh. That is a deliberate design choice: it keeps runs short and makes each draft feel disposable in a good way.
Why the guides exist
A draft is quick, but the underlying maths is not obvious. Each position weighs the eight attributes differently, playstyle traits quietly add bonuses to specific stats, and the respin economy is the single biggest skill gap between a first run and a twentieth. Rather than bury that in tooltips, it is written out properly in the guides section, which is also where balance changes get explained when they happen.
Roadmap
Things currently being worked on, in rough order:
- More clubs from the early Premier League era, so the draw is less weighted towards the last fifteen years.
- An optional save so a career survives a reload, stored only in your own browser.
- A goalkeeper position, which needs its own attribute set and its own weighting model.
- A shareable summary card for a finished legend.
If you want to push one of those up the list, say so.
Play Stat Thief