I've done numerous searches on the Scirra forums for leaderboard and highscore implementation, but I'm still not quite seeing what I need.
Please forgive me if this has been covered before.
I'm just looking for a way for my online game to have a basic leaderboard. Top 10, top 20, whatever.
Problem is, for what I've seen, firebase, nugplay etc are all requiring the player to have to login or register.
I just need a way for my players to just type in their name before the game starts, play the game, after the game so them their ranking.
I've tried it with local storage, but it only seems to work on one computer. Say, I have an office full of co-workers playing my game on my server, I want them to be able to see their scores and everyones else's scores at the end of their games. All without having to register or login. Just type in their username.
Is this possible? Again, sorry if I overlooked something.