The objective is to guess a pseudorandomly generated passcode made up of x digits and you have y attempts to guess correctly
(default: x=4, y=10)
- The numbers can be any random integer within a given range (default: 1-6)
- Each guess will result in a hint being provided
- A number with the correct value and CORRECT position will be awarded a (+)
- A number with the correct value and INCORRECT position will be awarded a (-)
Note
The hint does not specify which digits are correct
If the secret code is: 1234
And the entered guess is: 4233
The hint provide is: ++-



