create rounds
This commit is contained in:
parent
4430dc0293
commit
592da87c26
7 changed files with 73 additions and 39 deletions
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"single": "Single",
|
||||
"single.description": "In a single elimination format, a participant is eliminated after one loss. The last undefeated player is the winner.",
|
||||
"double": "Double",
|
||||
"double.description": "In a double elimination format, a participant must lose twice before being eliminated. It includes a winners bracket and a losers bracket.",
|
||||
"swiss": "Swiss",
|
||||
"swiss.description": "The Swiss system pairs players with similar win records over a fixed number of rounds. No one is eliminated, and standings are based on overall performance.",
|
||||
"round_robin": "Round Robin",
|
||||
"round_robin.description": "In a round robin format, each participant plays against every other participant once. Rankings are determined by total wins or points.",
|
||||
"double_round_robin": "Double Round Robin",
|
||||
"double_round_robin.description": "A double round robin has each participant play every other twice—once at 'home' and once 'away'. It provides a balanced and fair comparison across all competitors."
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
{}
|
Loading…
Add table
Add a link
Reference in a new issue