-
Notifications
You must be signed in to change notification settings - Fork 15
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
Leaderboard Unveiling #33
Labels
Comments
Claim |
1 similar comment
Claim |
claim |
@rnavaneeth992 assigned to you! |
this issue is made of 15 points instead of 20 as the socket part is not going to be handled in this issue. it's being handled in another issue, which effectively makes this just a controller writing task. |
Merged
well done, @rnavaneeth992 ! 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As the last question's timer runs out, the leaderboard shines forth, showcasing the champions of the quizventure.
The leaderboard should send the data in a descending (higher to lower) order of points of the Users in that room. The data sent should include:
After the last question in that room, send an additional event called
quiz over
, with the leaderboard as the data. The clients will then listen to this event, and display the leaderboard accordingly.The text was updated successfully, but these errors were encountered: