So i got the high score localstorage logic down, and I've been trying to learn about saving top 10 high scores. Reading and watching tutorials on the subject, most are over 2 years old, some are using the webstorage and others are using the localstorage.
The posts/tutorials i've seen either have deadlinks or only describe saving a single high score, while either using webstorage or local.
Which is best to use for a local top 10 high score and eventually a leaderboard on google play?
Thanks for any help with this.