Binary Search: Strict Mode (Round Up)

Goal: Find the number --.

Rules:
1. Click the correct Midpoint (Indices are Rounded UP: ⌈(Low + High) / 2⌉).
2. Decide if the target is Higher or Lower.
3. Any mistake resets the game immediately!

Press Start to begin.