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 dijo
hace mucho tiempo | Publicación #2
VortixGamesStudio dijo
hace mucho tiempo | Publicación #3 | en respuesta a #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.
Publicación #4 eliminada
Contestar al tema
Regístrate ahora para responder a éste tema
VortixGamesStudio dijo
hace mucho tiempo | Publicación #1Thanks.