yuki-zmstr / pe

0 stars 0 forks source link

User's typo in hang-man not caught #14

Open yuki-zmstr opened 3 months ago

yuki-zmstr commented 3 months ago

Screenshot 2024-04-19 at 5.06.53 PM.png

The user may type a number instead of a letter, especially if the letter key is right below the numbers on the laptop. e.g. "q" or "w".

If the user inputs a number, he or she could be given a second chance.

nus-pe-script commented 3 months ago

[IMPORTANT!: Please do not edit or reply to this comment using the GitHub UI. You can respond to it using CATcher during the next phase of the PE]

Team's Response

Thank you for the suggestions!

User will only be given another chance if the input is invalid. Number is actually valid for our hangman game. As mentioned in UG, our game allow users to learn from the game by guessing words related to CS2113. Interestingly,"cs2113" itself is also in the words list and it may require number as input. As a result, if user type single number as input, they will not be given a second chance as it's a valid input. . image.png

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: [replace this with your reason]