You're about to write your first program β without typing a word. Build it from blocks,
then press Run and watch the robot carry out your plan.
βΆπThe one big rule: the robot does nothing while you build. It waits for Run, then does
everything in order, top to bottom. That's what a program is β a plan written in advance.
β¬ForwardMove 1 square the way you face
β°Turn LeftSpin left, stay put
β±Turn RightSpin right, stay put
βGrabPick up a crate you're standing on
πRepeatDo the blocks inside, N times
The robot runs the WHOLE program after you press Run β it does not follow you live.
Forward moves the way the robot FACES, not the way you are looking.
When it crashes, the glowing block is the one that caused it.
1Tap commands to add blocks to the program strip.
2Tap a block to select it β then move or delete it.
3Press Run and watch which block glows as it runs.
4If it crashes, the glowing block is your bug. π