Open LS-Young opened 3 years ago
No details provided by team.
[The team marked this bug as a duplicate of the following bug]
Wrong output after finishing word limit game
After finishing word limit game, there is nothing tell me what should I type next. And after I typing in a random word which is not given in the user guide, the summary is displayed. This is different from user guide.
[original: nus-cs2113-AY2122S1/pe-interim#80] [original labels: severity.High type.FunctionalityBug]
[This is the team's response to the above 'original' bug]
Forget to add the equal condition. '(wordsPerLine (row)) > eachWord.size()' should be '(wordsPerLine (row)) >= eachWord.size()'. This problem will occur if words to be typed is multiple of 5.
Team chose to mark this issue as a duplicate of another issue (as explained in the Team's response above)
Reason for disagreement: [replace this with your reason]
Team chose [type.FunctionalityBug
]
Originally [type.FeatureFlaw
]
Reason for disagreement: [replace this with your reason]
This is not clear for users. They may expect usual words in strange order to type, but not completely random words. This is not clear in the instructions.