Game Is Hard Level 130 Solution Walkthrough & Answer
How to solve Game Is Hard level 130? Get instant solution & answer for Game Is Hard level 130: "one in each box."




Quick Answer for Game is hard Level 130 (Do This)
Solution: Drag the slanted bar left or right so that one square block is directly above a box, then shake your device to drop it; repeat this for the second block and the other box. (Positioning is key—gravity only works when you shake.)
Game is Hard Level 130 Overview
The Hook of Game is hard Level 130
You are staring at a precarious balancing act. There are two blocks on a tilted see-saw, and gravity seems broken. Nothing is falling. You tilt your phone, thinking the accelerometer will slide the blocks off. Nothing happens. You tap the blocks. Nothing. The physics engine is playing dead until you force it to wake up.
The Objective of Game is hard Level 130
The goal is simple physics but tricky execution: get the two yellow blocks off the top platform and land one in each box below. You cannot just dump them both; precision is required.
Mechanics Involved in Game is hard Level 130
- Object Dragging: You can move the platform itself, not just the blocks.
- Sensors (Shake): Gravity is manually triggered by shaking the device.
- Positioning Logic: The blocks fall straight down, so alignment matters before you trigger the drop.
It’s not a typo. It’s manual labor.
What You See on Screen in Game is hard Level 130
Let's break down the scene. You have a dark background with simple yellow geometric shapes.
- Top: A slanted, rectangular bar acting as a shelf. Perched on top of it are two square blocks. They look stuck.
- Middle: Two open-topped, U-shaped boxes (buckets) waiting to catch something.
- Bottom: The text reads "one in each box."
There are no buttons, no visible levers, and tapping the blocks does absolutely nothing. The layout implies physics, but the screen is frozen in time.
What’s Tricking People in Game is hard Level 130
The Trap of Game is hard Level 130
The main trap here is passive physics. Most mobile gamers expect objects to fall immediately or react to tilting the phone (gyroscope). In Game is hard, physics often require a "kickstart." Players tilt their phones frantically, expecting the blocks to slide down the ramp. They don't slide. They are glued to the bar.
The Wrong Instincts in Game is hard Level 130
- Tilting the phone: Logic dictates that tilting a seesaw makes things slide. Here, the blocks are stuck until you shake.
- Dragging the blocks directly: You might try to grab a square and drag it into a box. Usually, the game locks the blocks to the platform so you can't move them individually.
- Shaking immediately: If you just shake without moving anything, both blocks might fall into the same box (or miss entirely), failing the "one in each" rule.
My Reaction to Game is hard Level 130
I spent a good minute tilting my phone like a steering wheel, looking ridiculous. I thought the game was lagging. Then I accidentally jostled the phone while repositioning my hand, and a block plummeted into the abyss. That’s when it clicked: gravity is a toggle switch here.
Game is hard Level 130 Step-by-Step Walkthrough
The Setup of Game is hard Level 130
Ignore the blocks. Focus on the slanted bar they are sitting on. That is your control stick. You need to act like a crane operator.
The Action in Game is hard Level 130
- Tap and Hold the slanted bar (the shelf the blocks are on).
- Drag the bar sideways until one of the square blocks is hovering directly over one of the open boxes below.
- Shake your device. A quick, firm shake will dislodge the block, causing it to fall straight down into the box.
- Drag the bar again to line up the second block over the second empty box.
- Shake the device again to drop the final block.
Verification
Once the second block lands safely in the second box, the level will clear. If a block bounces out or misses, you'll likely have to restart.
Troubleshooting
- Blocks won't fall? Shake harder. Sometimes a gentle wobble isn't enough to trigger the "drop" command in the code.
- Both fell in one box? You didn't move the bar far enough. The blocks fall strictly vertically. Make sure they aren't bunched up over a single target.
- Accidentally dropped both at once? This happens if you shake too vigorously while the bar is centered. Try to position it so only one falls, or position it so they fall into separate boxes simultaneously (harder to pull off).
The Logic Behind Game is Hard Level 130
This level is teaching you about Triggered Events. In standard game design, physics are constant. In "troll" puzzle games like Game is hard, physics are conditional.
The game is testing two things:
- Object Hierarchy: Realizing the bar controls the blocks, not the other way around.
- Sensor Input: Understanding that "Shake" is often the command for "Chaos/Gravity" in this genre.
It separates the act of aiming (dragging the bar) from the act of firing (shaking the phone).
Pro Tip for Game is Hard Level 130
If you are speedrunning or just frustrated:
- Drag the bar far Left first.
- Shake to drop the left block.
- Drag the bar far Right.
- Shake to drop the right block.
- Don't try to drop them both at the same time; the collision physics might bounce one out.
FAQ of Game is hard Level 130
Q: Can I use the tilt controls? A: No. Tilting the phone does nothing in Level 130. Only dragging and shaking work.
Q: Why won't the blocks move when I touch them? A: The blocks are not interactive objects you can drag. They are "child" objects attached to the "parent" object (the bar). Move the bar to move the blocks.
Q: I shook the phone but nothing happened. A: It requires a sharp motion. A quick snap of the wrist works better than a long, slow wave.
Q: Can I drop them in any order? A: Yes. As long as one ends up in the left box and one in the right box, the order doesn't matter.
Get more level walkthrough on Gameishard.org
Stuck on the next puzzle? We cut through the nonsense and give you the answers straight. Check out our other guides to breeze through the rest of the game without watching a thousand ads. Keep gaming!


