Closed waliens closed 6 years ago
Points mechanism based on GCBGB. For time, use an half-an-hour basis (nb_hours
can be 0.5
, 1.0
, 1.5
, 2.0
,....)
Classical games:
5 * nb_hours
points4 * nb_hours
points2 * nb_hours
points1 * nb_hours
pointsTies are broken by game rules, or if not possible, each player at a rank receives the rank points. For people playing in teams (e.g. because the game allows max 4 players and we are five). I suggest that they are assigned the same rank, and therefore get the same number of points.
'One vs rest' games (all games where players are ranked in two groups)
5 * nb_hours
points per player2 * nb_hours
points per player'All vs game' games (all games where players are ranked in one group):
5 * nb_hours
points per player2 * nb_hours
points per playerNote that, in the API, the duration associated to a game is in minutes
Inspiration: