💻 Block Code Builder
Tap the glowing blocks to build a mini program. Then press Run Code and see if the girl emoji can reach the neon laptop!
Level 1 · Straight Path
Help her walk straight ahead to the laptop using MOVE FORWARD.
She starts facing right. The avatar shows as 👧➡️.
Step 1 · Add your blocks
Step 2 · Check your program
Add some blocks, then press Run Code.
Code the Robo Dance
Use code blocks like stepLeft(), stepRight(), jump(), spin(), and wave() to program a real dance. Then press Run Code and watch your robot perform!
Neon Dance Stage
She starts in the middle of the floor. stepLeft() and stepRight() slide her across the stage. jump(), spin(), and wave() add special moves.
Try this code: stepRight(), stepRight(), spin(), jump(), wave().
Step 1 · Add code blocks
Step 2 · Your dance code
danceRoutine = [
]
Click the buttons to add code, then press Run Code.
Rocket Launch Lab
Commands you can use:
uporup 2– move up (toward space)left/right– move sidewaysboost– big rocket push (goes up 2, uses extra fuel)scan– pulse the radar to reveal danger (no movement)
Data Detective Lab
Write simple code to explore colorful data. Count, highlight, filter, and find patterns!
count red,
highlight blue, filter green,
pattern red blue, shuffle, reset.
Commands you can use:
count color– count how many of a color (red, blue, green, yellow, purple)highlight color– glow all blocks of that colorfilter color– dim all blocks that are NOT that colorpattern color1 color2– look for that pair next to each othershuffle– mix the data into a new patternreset– go back to the original data set