diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-04-24 12:48:51 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-04-25 16:06:05 +0200 |
commit | ed2361980b455d1825d811670f329cbcf5624927 (patch) | |
tree | a1e620490bf305635c3a0f22a6f695e22c14ff2f /docs/tournaments.md | |
parent | 71a98cbbe0657880cfb1d81962786188b009fc5c (diff) | |
download | server-ed2361980b455d1825d811670f329cbcf5624927.tar.gz |
Move docs to Markdown and use markdown renderer in server.
Diffstat (limited to 'docs/tournaments.md')
-rw-r--r-- | docs/tournaments.md | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/docs/tournaments.md b/docs/tournaments.md new file mode 100644 index 0000000..0db6df5 --- /dev/null +++ b/docs/tournaments.md @@ -0,0 +1,57 @@ +# Tournaments + +The automated tournaments are managed by the computer. + +To play in one of these tournaments, simply register and wait. +Once enough players have joined, the tournaments will kick off automatically. +Make sure you've turned on notifications so you don't miss the start! + +--- + +### Time Control + +All tournament games use time control. + +If you let a tournament game time out, you will not be allowed to join future tournaments! + +### Rounds + +Tournaments are round-robin, where each player meets every other player. +Everyone plays each side the same number of times. +There may be a few exceptions to these rules in 3+ player games at certain +player counts, but the system attempts to make the pairings as fair as possible. + +With sequential rounds you will only play one game at a time. + +With concurrent rounds you will play several games simultaneously; +but never the same side in more than one game at a time. + +### Points + +Victories are worth 2 points; ties and shared victories are worth 1 point. +The [Sonneborn-Berger](https://en.wikipedia.org/wiki/Sonneborn%E2%80%93Berger_score) +score is used to break ties. + +### Levels + +Some tournaments may have multiple levels. If you win a tournament at one +level, you may play in the next level (once for each victory). + +--- + +## Mini Cup + +This is a small and fast tournament format for casual play. +The mini cup starts as soon as the required number of players have +entered. +You can play any number of mini cups. + +The mini cup games use fast (3+ moves/day) time control. + +--- + +## Championship + +To be done... + +--- |