SaturnGrandRapids / career-demo-bot-soft

A cool demo to show off at the career fair to get kids thinking about writing code.
0 stars 0 forks source link

Add Scoreboard page #4

Closed nathansmetelak closed 9 years ago

nathansmetelak commented 9 years ago

As a group of users, i want a scoreboard to show all of the scores of the people competing

mazzmn commented 9 years ago

Ryan and I were talking about this...for starters, the game score is being passed on the game update message so we display the score on the dashboard But, we thought maybe we should have a separate page...Hall of Fame and each time a game ends, then a new entry is added to that page....Player and Score (indexed by the socket.id) ordered with highest scores at the top...sound right?? This could be done by monitoring the game over socket msg. Note: If the server ends the list of users and scores will be lost

nathansmetelak commented 9 years ago

I've added /admin that shows all of the scores from everyone who has played during that runtime, with a dropdown to go through on a per round basis.

Also added the ability to notify who you gave a prize to.