Has anyone thought of a way to do secure global High Scores table that anyone could submit their score to? My obvious worries would be a ) people can read through JavaScript or check Chrome Dev Tools network tab to grab URL and send random scores in b ) if a) is solved, people changing score variable from Chrome DT console (score = 1000000000) before they die, and then submitting seemingly valid scores Any thoughts?