Before you start
Pick a path to solve
First Step Pick the steps that reach the star.
Which Way? Turn the right way around the bend.
Again & Again Use a loop to go far in one move!
Fix It A path is broken — pick the fix that works. Where Will It Go? Read the moves — guess where it stops! If This, Then That Read the rule — which way does the gem say to go? Keep Going! Roami hops until it reaches a tile — guess which one! Count As You Go How many will Roami collect along the path? Count them up! Build a Path Make your own path and run it! Meet the cast — the characters who teach this
-
Roami Plan + debug (hero) — a fox who plans a path then fixes it when a step goes wrong; planning-and-fixing IS computational thinking -
Steppa Single-step sequencing — a heron who takes exactly one step per command; one command, one move -
Twirl Directionality — an owl who turns left or right to face a new way -
Loopy Repetition / loops — a cricket who repeats a step-group; the repeat IS a loop