/data on your site: players.json, chemistry.json (schemas below).IMAGE_BASE (defaults to ./images) using <Name>.PNG.localStorage; use Reset to wipe./data/players.json -> ["Mario","Luigi","Peach", ...]
/data/chemistry.json -> {
"Mario": {"likes":["Luigi","Peach"],"hates":["Wario"]},
"Luigi": {"likes":["Mario"], "hates":[]},
...
}