Mystery Digit 3D uses a procedural generation engine. Each level increases the number range complexity by a factor of 100. Your goal is to use Binary Search Logic to isolate the target digit within the allocated attempts.
Blue Feedback: Your input is Lower than the target.
Pink Feedback: Your input is Higher than the target.