Three Numbers GAME
To play this game, choose a random 3-digit number where all digits are unique from one another. "A" corresponds to the number of correct digits in the right position, while "B" corresponds to the number of correct digits but in the wrong position. Try until your guess is right!
[EXAMPLE]
If the random number is 321, and your guess is 231, then you would have 1 A and 2 B.
[DISCLAIMER]
The developer did not invent the concept of this game. This application is based on "Bulls and Cows", a code-breaking game.