Help Cody
Guide Cody through coding challenges, one idea at a time.
Each challenge teaches a real coding idea. Work through them in order, or jump to whichever one you want to try.
-
1 Help Cody: First StepsLearn the basics of giving Cody step-by-step instructions. Try It→
-
2 ObstaclesPractice guiding Cody around things in his way using what you've learned. Try It→
-
3 LoopsLearn how to repeat an action without writing the same step over and over. Try It→
-
4 ConditionalsLearn how to make a decision, like "if this happens, then do that." Try It→
-
5 Debug ItFind the mistake in the code and fix it so Cody can keep going. Try It→
-
6 VariablesLearn how to store information, like a name or a number, and use it later. Try It→
