Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Kabaddi Section #50

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
15 changes: 15 additions & 0 deletions vriddhi/src/tournaments/data/tournamentRules.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,20 @@
"If the server wins a rally, the server scores a point and then serves again from the alternate service court."
]
}
],
"kabaddi": [
{ "messageType": "header", "message": "General Rules" },
{
"messageType": "list",
"message": [
"The match starts with a coin toss between the two teams and the winner can decide whether to raid or defend first.",
"Each team is allowed two time-outs in a half.",
"Each team in a kabaddi match has 7 players. The teams can also have 5 substitute players on the bench.",
"The Weight Limit is 85 kg (mandatory) for boys, i.e., any boy recorded as weighing more than 85 kg shall not be allowed to participate in this event.",
"Each team shall consist of a minimum of 14 players and 7 Players shall take to the mat at a time and the remaining players are substitutes.",
"The duration of the match shall be two halves of 20 minutes.",
"Each team shall score one point for every opponent out or put out. The side, which scores a LONA, shall score two extra points. The out and revival rule will be applicable."
]
}
]
}
Loading