🧪 Mock Draft
Pick #1
Lives on-site • Snake draft • Chemistry-aware • Captain rule

Current Roster

Captain:
Draft Settings

Draft Board

All
Good Chem
Hated
Captains

How it works

Data-driven • Local only
  1. Drop JSON files into /data on your site: players.json, captains.json, chemistry.json (schemas below).
  2. Images are loaded from IMAGE_BASE (defaults to ./images) using <Name>.PNG.
  3. Draft state persists in localStorage; use Reset to wipe.
Schemas
/data/players.json -> ["Mario","Luigi","Peach", ...]
/data/captains.json -> ["Mario","Bowser", ...]
/data/chemistry.json -> {
  "Mario":   {"likes":["Luigi","Peach"],"hates":["Wario"]},
  "Luigi":   {"likes":["Mario"],             "hates":[]},
  ...
}