telecom1776 wrote:Very true, but in some games I've noticed the winner gets say 122 points and those who lost have different loss values that total up to 122.
Player 1 might lose say 38
Player 2 might lose 41
Player 3 might lose 43
Player 4 wins and gets 122
So, how does CClub determine these variables as the above example?
Maybe an example will help?
Four players play a game. Before the game their scores are as follows:
Player 1 : 1900 points
Player 2 : 2050
Player 3 : 2150
Player 4 : 1000
Player 4 wins the game, so that means the other players lost. Let's calculate how many points they will lose:
Player 1 loses (1900 / 1000) * 20 = 38 points.
Player 2 loses (2050 / 1000) * 20 = 41.
Player 3 loses (2150 / 1000) * 20 = 43.
Since the winning player receives all the points the losers lost:
Player 4 wins 38 + 41 + 43 = 122 points.
After the game their scores are:
Player 1 : 1900 - 38 = 1862 points.
Player 2 : 2050 - 41 = 2009.
Player 3 : 2150 - 43 = 2107.
Player 4 : 1000 + 122 = 1122.
Make sense now?