Activity 01
Pair Programming: Sprite Walk Sequence
Pairs plan a 5-step algorithm on paper, then one partner drags blocks while the other directs. They run the code, observe sprite path, and swap roles to refine speed with number changes. End with a class gallery of animations.
Construct a sequence of blocks to make a sprite move across the screen.
Facilitation TipDuring Pair Programming: Sprite Walk Sequence, sit nearby to prompt partners to take turns reading blocks aloud before running the code.
What to look forProvide students with a simple animation goal, e.g., 'Make the cat sprite move from the left side to the right side of the screen.' Ask them to write down the sequence of code blocks they would use and explain why they chose that order.