Coding in school, Std by Std. Tap blocks or type real commands, and watch your program draw, move and play. It all runs inside this page: no installing, no internet needed.
๐จ Open the playground ๐ฑ Scratch projects ๐ฎ Coding gamesA command is one instruction that the computer obeys.
Start โ Lesson 2A program is a list of commands, done in order from top to bottom.
Start โ Lesson 3A repeat does the same work again and again, so you type less.
Start โ Lesson 4The turtle has a coloured pen and some shapes it already knows how to draw.
Start โ Lesson 5Big pictures are made of small shapes put in the right place.
Start โ Lesson 6A program can show words, not only lines.
Start โPick the first letter of your name and draw it really big. Use forward, back, right and left to make each stroke. Choose your favourite colour and make the pen nice and fat.
Build it โProjectGrow a garden on the page. Each flower is a green line with a coloured dot on top. Fill the page with as many flowers as you like, in as many colours as you like.
Build it โforward 1 moves the robot exactly one square
Play โMazepar 5turning changes the way the robot faces, it does not move it
Play โMazepar 5take only works when the robot is standing on the star
Play โ Bug huntA square with sides of 100.
Fix it โBug huntTwo lines joined in a corner.
Fix it โ DrawโDraw this shape: a square with sides of 80.
Draw it โDrawโDraw this shape: a staircase of three steps climbing to the right.
Draw it โ