googleinterns / Pictophone

Visual telephone web game, by STEP 2020 Pod 119.
http://phoebeliang-step.appspot.com/
Apache License 2.0
3 stars 2 forks source link

Various small frontend bugs #34

Closed tomatocat closed 4 years ago

tomatocat commented 4 years ago

Describe the bug

Screenshots None, feel free to add

Additional context Mostly from Tony's email after MVP presentation. Feel free to move into separate individual issues if anything seems too big to be compiled here.

pl98 commented 4 years ago

@tomatocat do you want to fix the OOB error from the canvas component, or should I fix it on my end?

tomatocat commented 4 years ago

I think this relates to the dashboard cards on your end. Once the index is equal to the size of the player array, we know the game is over. In that case we should directly display on the card that the game is ending without even entering the logic that tries to index into the player array.