Game Is Hard Level 203 Breakdown
What You See
Two columns of three shapes stand side by side, each containing a square, a triangle, and a circle in some scrambled order. The hint reads “triangle on top, ball in the middle,” and the shapes can be tapped to cycle their positions.
There’s no obvious merge button — the two columns are separate stacks, and the goal is to produce a single arrangement where the triangle is at the top and the circle (the “ball”) is in the middle.
Why You're Stuck
I kept shuffling one column hoping the triangle and circle would land right, but the constraint is two-sided — each column must be arranged to a specific order first, and only then do you combine them. I was solving one column at a time and getting nowhere.
The merge was the other hurdle. I had both columns looking right-ish but didn’t know to drag one onto the other. Once I set the left column to square-triangle-circle and the right to square-circle-triangle, dragging left onto right produced exactly the triangle-on-top, ball-in-middle result.
The Answer
Arrange the left column as Square → Triangle → Circle (top to bottom) and the right column as Square → Circle → Triangle. Then drag the left column onto the right. The combined stack yields the triangle on top and the ball (circle) in the middle.
How to Beat It
- Fix the left column. Tap to shuffle until it reads Square, Triangle, Circle from top to bottom.
- Fix the right column. Shuffle it to Square, Circle, Triangle.
- Merge. Drag the left column onto the right column.
- Verify. The merged result puts the triangle on top and the circle in the middle, completing the level.
Troubleshooting
- Shuffling feels random: it cycles through a set order. Keep tapping until the column matches the target sequence exactly.
- Can’t get both columns right: do them one at a time and lock in each. Left: S/T/C. Right: S/C/T.
- Nothing happens after arranging: you still need to merge — drag the left column onto the right column to combine them.
Why It Works
The level is a two-stage arrangement puzzle. The hint “triangle on top, ball in the middle” describes a final merged state, but that state only emerges if both input columns are prepared correctly. Each column is a cycle of three shapes, so you’re solving two small permutations, then combining them. The trick is recognizing that the goal is a single merged stack, not either column alone, and that a drag gesture — not a tap — performs the merge.
The Rule to Carry Forward
When a final state is described but the screen shows two partial structures, arrange each part to a specific order first, then look for a merge gesture (drag one onto the other).
- Two columns + one described result = arrange both, then merge.
- Shuffle cycles are deterministic — keep tapping to reach the target order.
- The merge is a drag (one part onto another), not a button.
Lock each column’s order before merging — left S/T/C, right S/C/T — then drag left onto right.
Arranging only one column, or not realizing you must drag one column onto the other to merge them.
Get the Official Game
Game Is Hard Level 203 FAQ
How do I solve Game Is Hard Level 203?
Shuffle the left column to Square/Triangle/Circle and the right to Square/Circle/Triangle, then drag the left column onto the right to merge them.
What order should each column be in for Game Is Hard Level 203?
Left column: Square, Triangle, Circle. Right column: Square, Circle, Triangle — top to bottom.
Why isn’t my arrangement completing Game Is Hard Level 203?
You need to merge the columns by dragging the left column onto the right. Arranging them is only the first half.
More Game Is Hard Help
This is one guide in a complete Game Is Hard index — every stage we've solved is listed on the home page.