← Back to the map
🧰 Builder's Toolkit

🐞 Find the Broken Rule

Find the Broken Rule illustration

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.

1

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. πŸ”¦

2

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.

🐞 Bug! Your hero floats UP into the sky and never comes back down! 🎈

πŸ”Ž Find the broken rule

Test the hero, then click the rule you think is wrong.

3

Discovery missions

Try each one, tick it off, then peek at the secret.

0/5
  • 🎈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:

🧱Next in the toolkitHow Big Things Get Built β†’Big things are just small named pieces, stacked and snapped together.
← Back to the map