๐ถ โฌ๏ธ โฌ๏ธ โช๏ธ โฌ๏ธ ๐ชฃ
๐ What you need
- a friend to be the robot
- a bucket or tin placed somewhere awkward, behind a chair or around a corner
- chalk, charcoal or a stick
โ Do this
- Draw a start box on the ground. Put your robot friend in it, facing one way. Robots never turn on their own.
- You may only use four commands: FORWARD one step, TURN LEFT, TURN RIGHT, GRAB.
- Say the whole list BEFORE the robot moves. Once it starts, you may not speak.
- Run it. If it walks into the chair, that is not the robot's fault. Fix the list.
- When it works, count your commands and write the number in the dust. Then try to beat your own number.
- Hardest version: put an obstacle in the middle and get the water without touching it.
๐ก Why it works
A real robot receives commands exactly like this โ turn this wheel, move this arm, close this gripper โ with no idea what a bucket is. Getting the order right, before anything moves, is the entire job. The list you shouted is what a program looks like from the inside.
๐ฅ Challenge
Blindfold your robot friend. Same task, same four commands. Suddenly your list has to be perfect, because they cannot help you.
๐ New words
commandone single instruction, like 'turn left'
sequencecommands in an order, where the order changes everything
๐ชฃ
Water Fetcher
Tap when you have finished this module.