You type real code β and I do exactly what it says. Help me collect every star and you'll learn the same skills real computer engineers use!
Use code to draw anything you can imagine. No rules β just creativity!
I'm holding a magic pen! Tell me where to walk and I'll draw a line behind me. Try the example, then invent your own masterpiece.
forward(100) β walk forward 100 stepsturn(90) β turn right 90 degrees (use -90 for left)color("hotpink") β change the pen colorwidth(8) β make the line thickerpenUp() / penDown() β stop / start drawing while walkingrepeat(4, () => { ... }) β do something 4 times