Tournament
class Tournament
Instances of this class can manage tournament logic.
This is a facade created to enable exporting the code to JS, though it can also be used directly within the JS modules of any KMP project.
Properties
Link copied to clipboard
Current matches being played.
Link copied to clipboard
All concluded matches in the tournament history.
Link copied to clipboard
The K-factor that determines how much a single match affects the rating. A higher value leads to faster rating changes. Default is 32.0.
Link copied to clipboard
Current player standings, ordered by score and tie-breakers.
Link copied to clipboard
The base of the exponent in the logistic function. Default is 10.
Link copied to clipboard
The scale factor used to determine win probability. Default is 400.0.
Link copied to clipboard
|