nus-cs2113-AY2122S1 / pe-dev-response

0 stars 0 forks source link

In the hangman game (easy mode), duplicate letters still takes subtracts an attempt #1031

Open nus-se-bot opened 3 years ago

nus-se-bot commented 3 years ago

When playing the hangman game, entering the same letter repeatedly like d still shows Whoops! that letter is not present in the word and the remaining attempts is subtracted by one. Perhaps the user should be notified that he used that character before just like when he managed to find a correct letter?

image.png


[original: nus-cs2113-AY2122S1/pe-interim#1074] [original labels: severity.Low type.FeatureFlaw]

oneScotch commented 3 years ago

Team's Response

This feature is actually designed. Since system has already metioned the guess letter is wrong, players should not input that letter again. If they do continue enter the wrong letter, the system will penalize player, thus, subtracting an attempt. Thank you!

Duplicate status (if any):

--