Yitching / pe

0 stars 0 forks source link

Guessing letter game takes in multiple letters when it should ideally take in only one #2

Open Yitching opened 3 years ago

Yitching commented 3 years ago

image.png

Perhaps it would be better to indicate this as an invalid input because hangman technically only should accept one letter?

soc-pe-bot commented 3 years ago

Team's Response

Hi, thank you for your advice. It is shown in the game message. Only accept the first letter.

pe-1.png

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: I feel that the team should have handled this as an invalid input rather than just accept the input and take the first letter. Perhaps the severity can be lowered but I still feel that it is a valid error.