
I recently came across this Brick Breaker King Shine on Douyin. I originally thought it was just a mindless pinball game to kill time, but I ended up playing it for two days in a row and figured out the numerical context of the first hundred levels. To be honest, on the surface, this game is just one-click brick-making, and it's done. But if you really pursue high scores and speed-running, the numerical design inside is much more sophisticated than you think.
Let's talk about the core marble judgment first. The angle correction in this game is very sensitive. The position where the baffle catches the marble directly determines the rebound angle. Especially when the edge of the baffle comes into contact, the marble will gain a large lateral acceleration. In other words, the closer the ball is caught to both ends of the baffle, the greater the horizontal component of the rebound. This mechanism is the basic system of the entire game. If you use it well, you can control the direction of the ball. If you don't use it well, it will fly around the field.
Bricks also have health points. Ordinary blue bricks will break with one hit, silver bricks with two hits, and gold bricks with three hits. Bricks with black edges will also split into small bricks after being broken. This involves a key value: the damage of your marbles is calculated per time, not by time. In other words, the faster the marbles are, the more effective strikes they can hit per unit time, but if the speed is too fast, the fault tolerance rate will be sacrificed. This balance point is the core of the optimal strategy of the entire game.
I measured it myself and found that under the system's default marble speed, the damage of a single marble is a fixed 1 point per hit. After the baffle catches the marble, the next shot will get a short acceleration buff, which lasts about 1.5 seconds. Although this buff does not increase damage, it allows you to pass through the brick layer faster, and the actual killing efficiency is increased by about 12% to 15%. Therefore, the optimal operation is not some fancy rotation, but to maintain the rhythm, let the marbles rebound as continuously as possible, and don't let the acceleration buff stop.
Let's look at the values of the baffle. The coverage ratio of the initial baffle length in the level is about 20% of the screen width, but there is a hidden mechanism in the game: if you continuously catch the marbles without missing them, the length of the baffle will increase by 3% for every ten catches, with the upper limit being 130% of the initial length. This increase is linear, but the benefit is exponential because the longer the baffle, the greater the probability of catching an edge ball and the finer the rebound angle control. So don't be greedy for bricks in the early stage. Prioritize keeping the ball. Save up these ten combos. The difficulty of each subsequent level will be directly reduced by one level.
Then there is the choice of dropped props. There are several props in the game: extended baffle, multi-ball splitting, penetrating marbles, and slow time. On the surface, multi-ball splitting seems to be the most enjoyable, but numerically, this thing copies the current marble into three copies, and the damage of each copy remains unchanged. Does it sound invincible? But the problem is that as the number of marbles increases, the collision determination between each marble will interfere with each other. Especially in a small space, the three balls often bounce off each other, causing the rhythm to be completely chaotic. I have tried it many times. If the operation cannot keep up with the multi-ball situation, the ball will leak faster than the single ball. The optimal strategy is to only leave penetrating marbles, because penetrating can directly penetrate the golden bricks, saving at least two rounds of round-trip time.
There are also rules regarding brick layout. The bricks in each level are generated according to a fixed template and are roughly divided into three layers: dense small bricks in the upper layer, mixed alternating bricks in the middle layer, and a small number of large bricks in the lower layer. The optimal solution is to give priority to cleaning the silver bricks in the middle layer, because it is a load-bearing structure. After being knocked down, the upper bricks will naturally scatter, and the path for the marbles will be opened. Don't be fooled by the pile of bricks in the upper layer. The order with the highest numerical efficiency is always the middle layer first and the lower layer last.
Finally, let's talk about the two hidden mechanisms of fireball and explosion. When the marble breaks four bricks in a row within 5 seconds, a pale golden halo will appear around the marble body. At this time, the damage of the marble is doubled and a penetration effect is obtained, which lasts for three seconds. This triggering condition is the number of combos. The judgment window for four broken bricks is not long, so the optimal way to play is to concentrate firepower on the bricks in the same area, and use the middle bricks as springboards to connect in series to the upper layer, forming a chain reaction of continuous crushing. This is much more efficient than attacking in the east and west, and can roughly double the speed of clearing the field.
To summarize the core strategy: keep the length of the combo stacking blocks, give priority to hitting the middle silver bricks to trigger the chain, retain the rhythm of penetration props and acceleration buffs, use multi-ball props according to the situation, but don't be superstitious. The exhilaration of this game is indeed very good, but what you can get after understanding the values is the joy of controlling the overall situation, not just blindly smashing the cycle.
As an old rule, remember one sentence: If you want to get high scores, don't rush to smash all the bricks. First, cultivate the growth of the baffle. The longer the ball lives, the greater the output. 😎