lucasb-eyer / mwdns

Memory Which Does Not Suck - play turn-based and realtime memory with your friends in the browser.
12 stars 2 forks source link

Wrong Score or winning condition #45

Open vsupalov opened 10 years ago

vsupalov commented 10 years ago

Just lost with a score of 6 against a score of 4. Either the score display is borked (not accounting for combos?) or something else is awry. Giff victory.

lucasb-eyer commented 10 years ago

Should've looked into the js console to see all messages. The client-side doesn't compute scores in any way, it always gets the full score sent by the server. I have no idea what that could be without further info; If it happens again, take a look at the js-console log and also the server log. (Or save and send them.)

vsupalov commented 10 years ago

Completely agree. This issue was a facepalm-substituting activity after I had closed both windows without investigating either log. Shame.