You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At this time, the UI validates that a hint submitted by the player does not match any of the cards on the board. This is great, but hypothetically a user could submit a hint bypassing that validation.
Requested Change
Implement a check during hint validation to see whether the provided hint matches any cards within the game.
The text was updated successfully, but these errors were encountered:
Background / Problem Description
At this time, the UI validates that a hint submitted by the player does not match any of the cards on the board. This is great, but hypothetically a user could submit a hint bypassing that validation.
Requested Change
Implement a check during hint validation to see whether the provided hint matches any cards within the game.
The text was updated successfully, but these errors were encountered: