This is a number guessing game (Hit & Blow) that infers 4 digits.
When predicting numbers, the predicted value is compared with the answer, and the result is returned as “H: ○, B: ○”.
H represents the number of numbers that have the same number and digit as the predicted value.
B represents the number of numbers that are the same as the answer, except H, for the predicted value.
Example)
If the correct answer is “1234”
Prediction: “1246” → Result: “H: 2, B: 1”
Prediction: “4321” → Result: “H: 0, B: 4”
Prediction: “1234” → Result: “H: 4, B: 0”
Let's guess four-digit numbers using H and B as hints.
About play mode
■ Play alone
It is a mode in which the application applies a random number.
■ Competitive play
It is a mode to detect a user who is running the same app nearby and play a match.
Please enable WiFi when playing against.
When predicting numbers, the predicted value is compared with the answer, and the result is returned as “H: ○, B: ○”.
H represents the number of numbers that have the same number and digit as the predicted value.
B represents the number of numbers that are the same as the answer, except H, for the predicted value.
Example)
If the correct answer is “1234”
Prediction: “1246” → Result: “H: 2, B: 1”
Prediction: “4321” → Result: “H: 0, B: 4”
Prediction: “1234” → Result: “H: 4, B: 0”
Let's guess four-digit numbers using H and B as hints.
About play mode
■ Play alone
It is a mode in which the application applies a random number.
■ Competitive play
It is a mode to detect a user who is running the same app nearby and play a match.
Please enable WiFi when playing against.
Show More