create rounds

This commit is contained in:
unurled 2025-07-07 19:22:26 +00:00
parent 4430dc0293
commit 592da87c26
No known key found for this signature in database
GPG key ID: 63B897371792D3D8
7 changed files with 73 additions and 39 deletions

View file

@ -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."
}

View file

@ -0,0 +1 @@
{}