Down to 1 Second at 858 Points: The Balance Patch that Sealed the Number Pop Infinite Loop
In our previous dev note, we confessed how an auto-play bot built for testing accidentally broke the game by refilling the 90-second timer forever.
To be completely honest, no human player could ever link numbers as fast as a machine. Scanning 48 tiles for sequences from 1 to 5 takes 1 to 2 seconds for human eyes, and dragging a finger across the screen takes another second. For a regular player, the 90-second Score Challenge is already a tight, heart-pounding race against time.
However, as game creators, once we saw with our own eyes that a theoretical infinite loophole existed, we could not simply look the other way. The indie dev perfectionism kicked in: what if an superhuman player with godlike reflexes appeared one day and held the arcade server hostage all night?
Here is the story of the balance patch that sealed the infinite loop once and for all.
First Safety Mechanism: Progressive Time Reward Decay
The core issue in the original design was simple: every cleared tile granted a flat 0.3-second bonus. Clearing a long 5-tile chain added 1.5 seconds, meaning a bot finding paths within a single second gained far more time than it spent.
In this patch, we introduced a mathematical decay formula that gradually scales down the bonus based on current difficulty tier and cumulative time earned.
In Tier 1 Warming Up, players still receive the full 0.30 seconds per tile so beginners can easily get into the rhythm and enjoy crisp chain reactions.
As scores cross each 20-point threshold and difficulty climbs, the per-tile bonus tightens:
- Tier 1 Warming Up: 0.30 seconds per tile
- Tier 2 Light Focus: 0.26 seconds per tile
- Tier 3 Think Twice: 0.22 seconds per tile
- Tier 4 Sharp Eyes: 0.18 seconds per tile
- Tier 5 Master: 0.14 seconds per tile
On top of this, as more bonus time is accumulated in a single session, the reward smoothly scales down by up to an additional 35 percent. Players can build a healthy time buffer early on, but in the master tier, earning every single second turns into a high-stakes duel.
Second Safety Mechanism: The 150-Second Cap and Final Rush
A decay formula alone was not enough peace of mind. What if a pro gamer managed to chain four or five moves per second and survived even on the 0.14-second trickle?
We established an unbreakable physical ceiling: the maximum bonus time a player can accumulate in a single game is strictly capped at 150 seconds.
The instant the 150-second budget is completely consumed, a special banner flashes across the screen:
Time bonus cap reached! Final Rush!
From that very moment, no matter how spectacular your combos are, not a single fraction of a second is refilled. You must survive solely on whatever remains on your timer gauge as it burns down toward zero.
Instead of an endless, fatiguing slog, the session builds toward an electrifying climax where players unleash everything they have in the final ten to twenty seconds.
The Verdict: 858 Points with 1 Second Remaining
With the patch deployed, we summoned the notorious auto-play bot once again.
The bot relentlessly searched out the longest paths every single second, driving the score past 600, 700, and straight into the Master tier.
Yet looking at the top timer gauge, we could finally breathe a deep sigh of relief.

The screenshot above captures that exact moment.
The score reached an astonishing 858 points with 86 hint stars in reserve. But unlike the previous test, only 1 second remained on the clock. The green timer bar was drained almost completely to the bone.
Even with machine speed, the decaying bonus rates and the 150-second hard cap steadily starved the timer down toward zero.
Real Gameplay Evidence: The Timer Draining to Zero
Watch the 26-second gameplay test video below to see the patch in action.
In the final seconds of the clip, even as the bot relentlessly clears 4-tile chains, the green gauge refuses to refill and ticks down to 1 second.
Moments later, around 860 points, the game gracefully reached its end screen. The infinite loop has been permanently locked down.
Number Pop Official Update History
Since launching on September 17, 2026, Number Pop has been iteratively balanced based on real player telemetry.
| Version | Date | Type | Key Changes |
|---|---|---|---|
| v0.5 | 2026-09-20 | Balance Patch | Infinite loop fix: progressive decay formula (0.3s to 0.14s), 150s max earned time cap, and Final Rush climax banner |
| v0.4.5 | 2026-09-19 | Dev Tooling | Auto-play test suite (1x, 2x, 5x) for extreme condition stress testing; discovery of infinite timer refill loop |
| v0.4 | 2026-09-18 | Feature Update | PopBot Duel turn limits (15s, 10s, 8.5s) and shareable result cards |
| v0.1 | 2026-09-17 | Initial Launch | Official public release (6x8 grid, 90s Score Challenge & PopBot Duel, trilingual support) |
Incident Report (BUG-20260919-01)
- Incident Date: September 19, 2026
- Scope: Score Challenge (Timed Mode)
- Symptom: Continuous chain combos faster than 1 per second caused time rewards to exceed elapsed time, resulting in an indefinite game session at 90s full health (persisted beyond 226 points)
- Root Cause: Fixed 0.3-second flat reward per cleared tile created a positive time surplus under algorithmic speed
- Mitigation: Implemented tier-based decay formula and hard 150-second cumulative bonus cap
- Verified: September 20, 2026 (Game ended naturally at 858 points with 1 second left)
Closing Thoughts: Beyond Human Limits, but a Graceful Conclusion
Realistically, 858 points is a score virtually unreachable by human hands in normal play.
However, bug fixing is not just about patching the glitch right in front of you. It is about refining the rules so that even under the most extreme conditions, the game retains its dignity and concludes with a graceful finish.
Number Pop now offers generous refills for newcomers and an adrenaline-charged Final Rush for seasoned masters.
The perpetual motion machine is officially closed. Jump in and see if you can trigger the Final Rush yourself!