July 23, 2026
Saved by the ball archive
Building watchable digital twins of 64 World Cup games
Fans are stunned as one coder tries to rebuild the entire World Cup from raw match data
TLDR: A developer is trying to turn every 2022 World Cup match into a watchable digital replay using detailed player and ball data. The community’s loudest reaction was peak internet: before the arguments even started, someone rushed in with an archived copy, turning the story into a mini drama about preserving cool projects before they disappear.
A developer set out to do something that sounds mildly unhinged and extremely cool: rebuild all 64 World Cup games as watchable digital versions, using the tracking data that sports teams and betting companies use behind the scenes. We’re talking player positions, ball movement, match events, and enough data to turn every game into a kind of playable replay. The plan starts simple with a 2D viewer, then aims for a full 3D stadium experience with players, crowds, and all the drama of the real thing.
And yes, the community reaction is basically a mix of “this rules” and “wait, is this link already dead?” The only visible comment, from brightbeige, doesn’t argue about the tech at all — it drops a Web Archive link like a digital first-aid kit. That gives the whole story a chaotic internet subplot: before people can even debate the project, someone is already preserving it for posterity. It’s the kind of move that says, “I do not trust the modern web, but I do trust football nerds.”
So the hottest “debate” here isn’t really about whether the idea is exciting — it obviously is. It’s about the fragility of online tech projects, the obsession with archiving, and the comedy of a massive World Cup simulation getting an instant “saved it before it vanished” response. In other words: part sports, part data fever dream, part internet survival instinct.
Key Points
- •The article explains that sports tracking datasets are created from live broadcasts using computer vision, OCR, field geometry mapping, and event tagging.
- •It organizes available football data into four main categories: match metadata, rosters, events, and frame-by-frame tracking.
- •Among five providers with free developer samples, PFF is selected because it offers 30Hz XY coordinates for all players and 2022 World Cup data.
- •The article gives approximate per-game data sizes for the PFF dataset: 1KB match data, 8KB roster data, 16–20MB event data, and 0.8–1.2GB tracking data.
- •The proposed product architecture includes an API server, a streaming endpoint for player coordinates, and a web viewer, beginning with a 2D visualization before moving toward a 3D stadium-based experience.