nus-cs2113-AY2324S2 / pe-dev-response

0 stars 0 forks source link

Seems like an invalid alphabet input is counted as a guess #2575

Open nus-pe-bot opened 1 month ago

nus-pe-bot commented 1 month ago

When I key in "zz" or other duplicated alphabets, it is counted as a guess.

Perhaps can add in a validation such that only inputs that corresponds to the length of the word to guess will affect the hangman result. (Mouthful..)

e.g: Word to guess is 4letters, if i give in inputs such as 2 lettered inputs, then it wouldnt affect the hangman result.


[original: nus-cs2113-AY2324S2/pe-interim#2575] [original labels: severity.Low type.FunctionalityBug]

nigelheng commented 4 weeks ago

Team's Response

Feature mentioned was currently not implemented but can be included in future releases. Mentioned in user guide and game tutorial that whole word guesses and an alphabet are the accepted inputs.

Duplicate status (if any):

--