Game Is Hard Level 144 Breakdown
What You See
A grid of circles fills the screen with the prompt "we need an upside-down L." The circles are all inactive to start, and tapping one toggles it between two states. The challenge is figuring out exactly which circles spell out the requested shape.
An upside-down L is a normal L rotated 180 degrees: a horizontal bar across the top and a vertical stem running down the left side. The circles are your pixels, and you're drawing that shape with them.
Why You're Stuck
I first drew a normal L in the bottom-left corner — bottom row plus left column — because that's the shape my hand knows how to draw. The level didn't clear, and I stood there confused, wondering if I'd miscounted the grid. It took me a minute to realize "upside-down" meant I had to flip the whole shape, not just mirror it.
The trap was my own mental shortcut: I read "L" and drew the L, skipping over the "upside-down" part that changes everything.
The Answer
Light the circles that form an upside-down L: the full top row (three circles) and the full left column (three circles). Specifically, activate the top-left, top-middle, top-right, middle-left, and bottom-left circles, leaving the middle-center, middle-right, bottom-middle, and bottom-right circles off.
How to Beat It
Draw the shape one bar at a time.
- Light the top row. Tap the three circles across the top — left, middle, and right. That's the horizontal bar of the L.
- Light the left column. Tap the circles down the left side — middle-left and bottom-left — to build the vertical stem.
- Leave the rest off. The middle-center, middle-right, bottom-middle, and bottom-right circles stay inactive, so the shape reads as an upside-down L.
Troubleshooting
- It looks like an L but won't clear: you probably drew a normal L (bottom row + left column). Flip it — the bar goes across the top, not the bottom.
- I'm not sure which circles to tap: top row (3) plus left column (2 more below the corner) = 5 circles total.
- Extra circles are lit: tap any active circle you don't need to toggle it back off.
Why It Works
The level preys on muscle memory. Everyone can draw an L without thinking, so the word "upside-down" gets skipped and you reflexively build the familiar bottom-left shape. The puzzle is really a reading-comprehension test: the correct shape is the same L rotated 180 degrees, and the only difference is which rows and columns you light. It's simple once you slow down and actually parse the modifier.
The Rule to Carry Forward
Honor every word in the prompt, especially the modifiers. "Upside-down" changes the shape completely, and skipping it is the most common way to fail a shape puzzle.
- Parse the whole instruction: "upside-down L" is not "L."
- Visualize the rotation: flip the shape in your head before you draw it.
- Build from the bars: shape grids are just a horizontal line plus a vertical line.
Forget how your hand normally draws an L. The upside-down version is a top bar with a stem hanging down the left — light the top row and left column and you're done.
Drawing a normal L in the bottom-left corner. The level wants it flipped — the horizontal bar goes across the top with the stem down the left side.
Get the Official Game
Game Is Hard Level 144 FAQ
How do I draw an upside-down L in Game Is Hard Level 144?
Light the full top row and the full left column of circles, leaving the other four circles off. That forms the upside-down L shape.
Which circles do I tap in Game Is Hard Level 144?
Tap the top-left, top-middle, top-right, middle-left, and bottom-left circles. Leave the middle-center, middle-right, bottom-middle, and bottom-right off.
Why won't Game Is Hard Level 144 accept my L?
You likely drew a normal L with the bar on the bottom. The prompt wants it upside down, so the bar belongs across the top with the stem down the left side.
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.