Fruit Merge
This is a physics-based 2D puzzle game.
Merge two watermelons to remove them from the screen.
I have played over 200 games of Fruit Merge. Fruit Merge uses Cocos Creator's physics engine. And I still lose to my own game about 60% of the time. The gap between knowing how the code works and executing under pressure is humbling -- I understand every collision coefficient, every gravity constant, every merge trigger, and my hands still betray me when the container fills past the halfway mark.
This guide covers the strategies that separate high scorers from everyone else: deliberate chain reactions, edge building, physics exploitation, multi-move planning, recovery from disaster, and the nerve-shredding art of building two large fruits at once. The free online version of Fruit Merge makes these advanced patterns easiest to learn one run at a time. If you came from Suika Game and want a browser-based watermelon game with faster mouse and touch control, the physics details here are where the differences start to matter. If you have read the Evolution Guide and understand the 11-fruit chain, this is where you learn to weaponize that knowledge.
This is a physics-based 2D puzzle game.
Merge two watermelons to remove them from the screen.
A chain reaction happens when one merge produces a fruit that immediately touches another identical fruit, triggering a second merge, which triggers a third, and so on. The longest chain I have personally witnessed was 6 merges deep. I spent 30 seconds carefully arranging fruits, dropped one Cherry, and watched the entire left side of my container dissolve upward through Strawberry, Grape, Ponkan, Orange, Apple, and into a Pear. Four seconds of cascading pops. The sound alone -- rapid-fire pops overlapping as each fruit grew larger -- was worth the setup.
Chains are not luck. They are architecture. Here is how I build them.
Stacking for cascade potential:
Place identical fruits in vertical or near-vertical columns along one wall
Each pair should be close enough that the merge product lands on or near the next pair
Work through nearby matching tiers: a merge and the settling that follows can bring the next matching pair together
Leave gaps between columns so chain products do not roll sideways into unrelated fruits
The critical insight is that merge products can shift the nearby stack. Each merge creates a new fruit at the lower fruit's position with a small downward velocity and a half-second growth animation. Its growth and subsequent collisions can move nearby fruits. In a long chain, repeated changes to the stack make the final positions harder to predict.
I am not entirely sure every chain will settle as I expect, honestly. Some chains resolve beautifully. Others produce a fruit that bounces off a wall and lands in exactly the wrong spot. After 200-plus games, my recovery rate from those bad bounces is about 40%. Not great. But that unpredictability is part of what keeps the game interesting -- even to me.
Walls provide a boundary that limits sideways movement. This can make edge building easier to organize, although fruits can still slide, roll, or shift after collisions.
Why edge building works:
Fruits pressed against a wall have less room to roll sideways, but can still shift as the stack changes.
You can use a wall to support a compact stack, while watching for gaps and unstable columns.
The wall can act as a backstop for chain reactions, helping keep merge products on one side.
My edge building method:
Pick one wall (I use the left wall, but it does not matter which). This is your building wall.
Build your largest fruits near this wall through merges. They become the foundation.
Layer smaller fruits on top and beside them, always pressing toward the wall.
Keep the opposite side of your container open for incoming drops and overflow.
When you need to merge, your pairs are already lined up against the wall in a semi-organized column.
The mistake I see most often: building from the center outward. Center builds have no anchor. Fruits roll in both directions, pairs drift apart, and your container becomes chaos within 20 drops. Your container should feel lopsided -- heavy on one side, open on the other. That asymmetry is a feature, not a problem.
Fruit Merge uses Cocos Creator's circle-based physics. Circle-to-circle collision means fruits push each other in unpredictable ways -- unpredictable even to me, because the emergent behavior of 15 circles interacting simultaneously is genuinely chaotic. But there are patterns you can learn to exploit.
The restitution trick: The restitution coefficient (bounciness) in Fruit Merge is set low enough to prevent pinball chaos but high enough for trick shots. When you drop a small fruit onto a large one at an angle, it can bounce or roll sideways depending on the contact angle and surrounding fruits. I use this to nudge fruits into position without direct placement. Drop a Grape onto the curved top of a Peach, and it rolls off to whichever side is lower. You can steer small fruits by choosing which side of a large fruit you hit.
Gravity and settling: After any merge, fruits above the merge point settle downward. This settling creates secondary collisions. I have seen a single Grape merge trigger three unrelated merges just from the settling physics pushing nearby fruits together. You cannot plan for this exactly, but you can create conditions where settling is likely to help you -- keep similar fruits clustered near each other, and any disturbance has a chance of triggering a bonus merge.
What you feel when it works: There is a particular tension in your fingers right before you release a fruit for a trick shot. You are holding the drop position, your thumb hovering, calculating the angle. Then you let go and watch the fruit arc downward, bounce off a Pineapple's curve, roll left, and nudge two Oranges together. The merge pops. Your shoulders drop. That moment -- that tiny release of held breath -- is the best feeling in the game.
Practical physics tips:
Small fruits can be displaced by larger fruits; the exact bounce depends on the collision and surrounding stack
Dropping from the center of the container gives the most predictable trajectories
Dropping near walls produces wall bounces that can help or ruin you -- know which you want before you drop
After a big merge, wait for the growth animation and the stack to settle before dropping again. Impatience kills more runs than bad aim
The difference between a 300-point game and a 600-point game is how many moves ahead you think. Most players react to what is in front of them. Strong players plan two to three merges ahead. The best players maintain a mental model of two separate build paths simultaneously.
Two-merge planning is where I recommend you start. Before every drop, ask yourself: "Where will this fruit merge, and where will the merge product sit?" If the answer to the second question is "next to another fruit of the same type," you are chaining. If the answer is "in no-man's-land surrounded by unrelated fruits," reconsider your drop.
Three-merge planning adds one more layer. Now you are asking: "Where does the chain end, and does that endpoint set up my next chain?" This is where games start to feel like chess. You are sacrificing short-term efficiency for long-term position. Dropping a Grape in a suboptimal spot because it will eventually contribute to an Orange merge after later merges -- that is advanced play.
Parallel building is the hardest skill in Fruit Merge, and I fail at it about half the time. The idea is to build toward two large fruits simultaneously -- a Peach on the left wall and another Peach on the right, for instance -- so that when both are complete, you merge them into a Pineapple. This requires holding two mental models at once: the state of your left build and the state of your right build. Every drop serves one build or the other, and choosing wrong means one build stalls while the other progresses.
I have watched myself lose games because I neglected the right build for too long and let it collapse into disorganized mess. Parallel building demands discipline. If you cannot track both paths in your head, stick to single-wall building. There is no shame in it. A clean single-wall game beats a botched parallel attempt every time.
Your container is 80% full. You have two Pears on opposite sides with junk between them. The next drop is a Grape and there is nowhere clean to put it. The game looks over.
It is not over. Not always.
My recovery rate from positions I would call "impossible" is roughly 40%. That means more than a third of the time, a game that looks dead still has life in it. Here is how I claw back.
Step 1: Stop building up. Start merging down. When your container is full, forget about your big fruits for a moment. Focus on merging the small debris that is clogging everything. Two Cherries wedged between Apples? Merge them. The resulting Strawberry is slightly bigger but in one spot instead of two. Clear the clutter.
Step 2: Use gravity to compress. After clearing small fruits, the container settles. Fruits shift downward. Gaps open. What looked like a wall of immovable objects two seconds ago now has a little breathing room at the top.
Step 3: Sacrifice a build path if necessary. If you have been building two Pears toward a Peach, and one build is clearly doomed, abandon it. Focus all your effort on the surviving path. A completed Peach from one side is worth more than two half-finished Pears. Refusing to abandon a doomed build is one of the most common mistakes I see in replays.
Step 4: Take the trick shot. When standard drops cannot reach a merge target, use the physics. Bounce a Grape off a large fruit to reach a pair on the far side. This is risky -- I miss about 60% of the time on difficult angles -- but when you are already losing, risk is free.
When Pineapples are on screen, every drop is life or death. As large late-game fruits, two Pineapples occupy a terrifying amount of your container. The margin for error shrinks to almost nothing.
My late-game rules:
Never drop a fruit without a plan. In the early game, fast drops work. Here, they kill you.
Keep your largest fruits at the bottom. Large fruits on top create dead zones beneath them where small fruits get trapped.
When you form a Melon, check the red line and the space left for your endgame. Are you going for a second Melon? Or are you accepting the Melon as your peak and focusing on score through smaller chains?
The Melon-to-Watermelon merge is the hardest merge in the game. You need two Melons to touch in a container that is already screaming. If you reach this point, you are in the top tier of players. Commit to it. No hesitation.
For a breakdown of every fruit in the chain and the math governing their sizes, check the Evolution Guide.
This is a physics-based 2D puzzle game.
Merge two watermelons to remove them from the screen.
Arrange matching fruits near the expected merge position, with enough room for the new fruit to grow and settle into the next match. A chain starts when the new fruit touches another of its kind. I spend about 30 seconds planning before triggering my best chains -- patience is the real skill.
Edge building means constructing your fruit stacks against a wall rather than in the center. Walls limit sideways movement, which can make a build easier to organize. Fruits can still shift after collisions, so a wall is a useful boundary rather than a guarantee that the stack will hold.
About 40% of the time in my experience, yes. Stop trying to build big fruits and focus on merging small debris first. Clear Grapes and Cherries to open vertical space, let gravity compress the remaining fruits, and look for trick-shot bounces to reach stranded pairs. A fruit crossing the red line can end the game once the collision and timing conditions are met. Physics and game-over checks continue while you wait. I have pulled off comebacks from positions I was sure were lost. Sometimes the physics helps you in ways no amount of planning predicts.
Start with two-move planning: know where your fruit will merge and where the product will land. Once that becomes natural, extend to three moves. The strongest players track parallel build paths across both sides of the container, but that requires holding two mental models simultaneously. I fail at parallel tracking about half my games, so do not feel bad if it takes practice. A well-executed two-move plan beats a sloppy three-move attempt. Even competitive puzzle game strategy follows the same principle -- depth of planning scales with experience.
Suika Game strategy and Fruit Merge strategy share the same foundation: protect empty space, guide large fruits toward one side, and build toward the Watermelon through controlled merges. The difference is in the feel of the physics. Fruit Merge rewards tighter edge building and more deliberate chain setup, so Suika-style instincts help, but you still need to learn how this container, bounce, and Double Watermelon rule behave.
This is a physics-based 2D puzzle game.
Merge two watermelons to remove them from the screen.