How to save a player's score and display it to other players?

QuestionsHow to save a player's score and display it to other players?
sethbeckerman5 Staff asked 4 years ago

I want to make a simple game where each player's score is stored in a database or server and you can see other player's scores and nicknames on the leaderboard.
It is not necessary that the score in the leaderboard be updated every second, I think an update every 10 minutes will be enough.
What is the simplest and cheapest solution to this problem?


View on Stack Overflow