Score
Represents a score in a tournament. This class uses an internal integer value to represent scores in increments of 0.5. For example, a value of 1 represents a score of 0.5, and 2 represents 1.0. 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.