A football draft simulator inspired by 38-0.app. Pick a league, spin for a club and season, build your ultimate XI from their squad, then simulate a full 38-game season to see where you finish.
- Choose a league — La Liga or Turkish Süper Lig
- Set your era — filter to a specific range of seasons using the slider
- Pick your formation and difficulty
- Spin the wheel — you get a random club and season
- Draft players from that squad into your XI
- Move players mid-draft to free up positions (e.g. move your CM to LB to unlock a new CM slot)
- Simulate the season — 38 gameweeks, live match ticker, goal scorers included
- See your result — final table position, W/D/L record, match history
- La Liga and Turkish Süper Lig support
- Historical squads from the early 1980s through 2025-26
- Prime Mode — every player at their career-best rating
- Position-based or squad-first draft modes
- Move players around after drafting to optimise your XI
- Season history — tracks your last 10 squads with expandable squad details (saved in browser)
- Fully self-contained — one HTML file, no install, no server needed
| File | Purpose |
|---|---|
38-xi-draft.html |
The game — open this in any browser |
collector.html |
Tool for scraping and exporting player data |
player_data.json |
Player database (injected into the game by build.py) |
build.py |
Merges player_data.json into the HTML to keep it self-contained |
- Open
collector.htmlin your browser - Select a league (La Liga or Süper Lig)
- Use the bookmarklet on sofifa.com or fifaindex.com to extract players
- Paste the data, set the season, click Add to Collection
- When done, click Export player_data.json
- Run
python build.pyto inject the data into38-xi-draft.html
Just open 38-xi-draft.html in any browser — or share the GitHub Pages link with friends. No account or install needed.