No ranking basically means that every user only has one entry in the database, this entry can then be modified by you.
Say you wanted to make a poker game, and needed to store how many chips people had, a ranking list would be perfect for this, as it would contain the data, but also show it off as a toplist.
Ranking
Chris said
a long time ago | Post #2
VortixGamesStudio said
a long time ago | Post #3 | in reply to #2Even better! This way we can either shoot direct data or create some sort of ELO thing in the server side code, whatever suits the game.
Thanks for the info.
Thanks for the info.
Post #4 deleted
Reply to thread
Sign up now to reply to threads
VortixGamesStudio said
a long time ago | Post #1Thanks.