kahhe / pe

Repo for potential bugs I found for CS2113T Practical Exam
0 stars 0 forks source link

Inaccurate error message in choosing game mode #11

Open kahhe opened 2 years ago

kahhe commented 2 years ago

An integer way typed but app requests I input an integer

Code Hunt [GAME MENU] > start
Please choose your game mode:
(1) Easy Mode | (2) Difficult Mode.
1231231231312
Please enter an integer.
Please choose your game mode:
(1) Easy Mode | (2) Difficult Mode.
nus-se-script commented 2 years ago

Team's Response

In user guide, the input format has already be emphasized. In addition, the input like 1233232323 will considered as string since it has exceeded max value of integer in our program.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]