-
Notifications
You must be signed in to change notification settings - Fork 1
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
Score board is not initialized with 0 #17
Comments
please explain the whole concept of scoreboard. @sastaachar |
check room.competition.scoreboard, For eg : suppose there are 2 teams (chacha and chachi) room.competition.scoreboard : {
"chacha" : 2,
"chachi" : 5
} So in what i want is that before the competition is starting (i.e before emitting competition_started) , initialize the scoreboard with |
Okay ! |
just a few changes in plan , i have explained changes to Naabin , Note : chacha and chachi are teams (not individual players) {
"Chacha" : ['A'],
"Chachi" : ['B', 'C'],
} |
Before the competition is started the scoreboard should be initialized with 0 , with respect to team names.
The text was updated successfully, but these errors were encountered: