Tagged Questions
0
votes
1answer
147 views
Efficient existing rating system for multiplayer?
I would like to add a rating for online version of a board game. In this game there are many game rooms each normally having 3-4 people.
So I expect that player's rating adjustments (RA) should ...
2
votes
3answers
314 views
Player Ranking System
Already posted this on another forum but I'll repost it here because I'm curious if this is a good forum for game-design questions.
I'm looking to design a player ranking system for my game. The ...
5
votes
2answers
287 views
Giving points to users - how can I make it interesting?
I have a website where users can choose the winner of a sporting event. If they guess correctly they get 1 point, otherwise they receive zero points. At the end all users are ranked based on their ...
6
votes
4answers
720 views
Simplest most effective way to rank and measure player skill in a multi-player environment?
I know of the Truskill algorithm, it's quite complex but effective.
My question is there other algorithms/methods to determine a players skill for accurate measuring for multi-player competitive ...