Open nus-pe-bot opened 1 year ago
Steps to reproduce: 1. Choose a colour to start as. In this case, enter b for black
There will be an error message saying: Invalid input! Please enter either '1', '2' or '3': Now enter '1'
Expected: Program to accept user input as choosing difficulty 1 since I followed the error messages format of '1'
Actual:
Error message: Invalid input! Please enter either '1', '2' or '3':
[original: nus-cs2113-AY2324S1/pe-interim#1054] [original labels: severity.Low type.FeatureFlaw]
This is an incorrect input '1' with the ' around the number. It is explained in the user guide that you are only supposed to enter 1,2 or 3.
'1'
'
--
Steps to reproduce: 1. Choose a colour to start as. In this case, enter b for black
There will be an error message saying: Invalid input! Please enter either '1', '2' or '3': Now enter '1'
Expected: Program to accept user input as choosing difficulty 1 since I followed the error messages format of '1'
Actual:
Error message: Invalid input! Please enter either '1', '2' or '3':
[original: nus-cs2113-AY2324S1/pe-interim#1054] [original labels: severity.Low type.FeatureFlaw]