π Find the Broken Rule

Here's a secret nobody tells you: things break all the timewhen you build. π A hero floats away, a jump stops working, left becomes right. That's not you failing β that's just Tuesday.
The real skill isn't never breaking things. It's knowing how to hunt down the broken bit and fix it. That's called debugging.
The big idea: a bug is one wrong rule
When a game misbehaves, it almost never means the whole thing is broken. Usually it's one tiny rule with the wrong value β and everything else is working perfectly. Your job is to find that one thing.
Good debuggers always do the same three steps. Read the symptom: what exactly is going wrong? Find the cause: which rule could make that happen β what value looks weird? Fix it, then test again to be sure. Symptom β cause β fix. Do that and no bug can hide from you. π¦
Your turn: hunt the bug
Each round, the hero is misbehaving because one rule is broken. Test the hero with the arrow keys, look at the three rules, and click the one you think is wrong to fix it. Three bugs to squash!
Click the game, then use β β and β / Space to test what the hero does. Bug 1 of 3.
π Find the broken rule
Test the hero, then click the rule you think is wrong.
Discovery missions
Try each one, tick it off, then peek at the secret.
πOn the first bug, the hero floats up forever. Test it, then scan the three rules. Which value looks weird?
π΄Look at the rule values. The broken one is shown in red. What does that tell you about bugs?
π΅οΈSquash all three bugs: the floaty hero, the stuck jump, and the backwards run.
π€·Click a rule you're NOT sure about. What happens when you guess wrong?
πThink back to βBuild With AI,β when moon gravity was way too floaty and you asked for a fix.
π New thinking tool unlocked! You now know:
- π A bug is usually one small wrong rule β not everything being broken.
- π Debug in 3 steps: read the symptom β find the cause β fix it.
- π΄ Hunt for the ONE value that doesn't fit (negative gravity, zero jumpβ¦).
- π€· Guessing wrong is fine β you just keep testing ideas.
- π οΈ Even pros debug constantly; it's a normal part of building.