karlmdavis / rps-tourney

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

Scary error when trying to make more than one throw in a round: "GameConflictException: Throw already set ..." #50

Closed karlmdavis closed 9 years ago

karlmdavis commented 10 years ago

The behavior is technically correct, but incredibly user-hostile. I mean I know what's going on, but your average user certainly wouldn't. Instead, they should just get a notice on the game page, allowing them to continue play without having to use the Back button.

As part of addressing this, I might want to add in some sort of generally-nicer-than-stack-traces error displays.