Player

class Player

This class represents a tournament player.

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

Whether the player still active in the tournament.

Link copied to clipboard

Set of players already faced.

Link copied to clipboard

The games with black pieces counter.

Link copied to clipboard

The current elo.

Link copied to clipboard

The Elo rating at the start of the tournament.

Link copied to clipboard

List of matches played by this participant.

Link copied to clipboard

The player's name.

Link copied to clipboard

Historical record of scores per round.

Link copied to clipboard

The score for the tournament.

Functions

Link copied to clipboard
open override fun toString(): String