score: document tiebreaks
parent
64930265d7
commit
1983c37a81
|
|
@ -14,15 +14,17 @@ To correct a falsely awarded point simply open and close the menu within .5 seco
|
|||
In this mode any score increments will be decrements. To move back a set, reduce both players scores to 0, then decrement one of the scores once again.
|
||||
|
||||
# Settings
|
||||
| Setting | Description |
|
||||
|----------------|------------------------------------------------------------------------------------------------------------------------------|
|
||||
| Sets to win | How many sets a player has to win before the match is won (Maximum sets: this*2-1) |
|
||||
| Sets per page | How many sets should be shown in the app. Further sets will be available by scrolling (ignored if higher than `Sets to win`) |
|
||||
| Score to win | What score ends a given set |
|
||||
| 2-point lead | Does winning a set require a two-point lead |
|
||||
| Maximum score? | Should there be a maximum score, at which point the two-point lead rule falls away |
|
||||
| Maximum score | At which score should the two-point lead rule fall away (ignored if lower than Sets to win) |
|
||||
| Tennis scoring | If enabled, each point in a set will require a full tennis game |
|
||||
| Setting | Description |
|
||||
|------------------------------------|------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `Sets to win` | How many sets a player has to win before the match is won (Maximum sets: this*2-1) |
|
||||
| `Sets per page` | How many sets should be shown in the app. Further sets will be available by scrolling (ignored if higher than `Sets to win`) |
|
||||
| `Score to win` | What score ends a given set |
|
||||
| `2-point lead` | Does winning a set require a two-point lead |
|
||||
| `Maximum score?` | Should there be a maximum score, at which point the two-point lead rule falls away |
|
||||
| `Maximum score` | At which score should the two-point lead rule fall away (ignored if lower than Sets to win) |
|
||||
| `Tennis scoring` | If enabled, each point in a set will require a full tennis game |
|
||||
| `TB sets?` | Should sets that have reached `(maxScore-1):(maxScore-1)` be decided with a tiebreak |
|
||||
| All other options starting with TB | Equivalent to option with same name but applied to tiebreaks |
|
||||
|
||||
The settings can be changed both from within the app by simply pressing `BTN2` (`BTN1` on Bangle.js 2) or in the `App Settings` in the `Settings` app.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue