karlmdavis / rps-tourney

An online multi-player Rock-Paper-Scissors game. Just because.
https://rpstourney.com/
1 stars 2 forks source link

Current round counter is very goofy. #53

Closed karlmdavis closed 9 years ago

karlmdavis commented 9 years ago

Example 1:

rps-tourney-2014-12-22-issue-52-round-count-bug-a Example 2:

rps-tourney-2014-12-22-issue-52-round-count-bug-b

I don't think this is Issue #48 reappearing; I think this is likely caused by a combination of new server-side problems, as well as JavaScript errors. For instance, if I refresh a finished 3-round game, the counter briefly shows at "2 of 3" (correct), before going back to "1 of 3" (incorrect). Refreshing a new, not-started game makes no difference, though: the count stays at "2 of 3" (incorrect).