Ranking
0 points
Just a little doubt. Is ranking based on the ELO system? Can someone give me a rundown on how it's done serverside so we can take advantage of it later?
Thanks.
0 points
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.
0 points
Even 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.
0 points
oh god i just spent to much time reading about this. thanks for the mention of Elo system! learning is too much fun... must work moar...
http://en.wikipedia.org/wiki/Elo_rating_system#Theory
Reply to thread
Sign up now to reply to threads.