Hi guys I would love to implement a leaderboard with top 10 scores and player initials but i have found no tutorial to do this and I have tried and failed miserably
Develop games in your browser. Powerful, performant & highly capable.
if you want initials I guess you want the user to type their own? not fetch from facebook, or googleplay or similar.
Then you can use a sql database, to post and get scores. it exist a tutorial, it works fine. I've tested it