Day 1: Meet the Agent — Events, Sequencing, Loops
Outcomes: Open Code Builder in Minecraft Education, use on‑chat events, sequence steps, repeat actions, move/place with the Agent.
- S1 Welcome + Tour Activities: Learn controls; open Code Builder (Blocks); run “on start.” Mini‑task: Agent forward 3, turn right, place a block. Words: event, sequence, loop, Agent.
- S2 Loops Make Pads Activities: Build your own 5×5 pad with a repeat loop. Challenge: Checkerboard floor. Level Up: Nested loop wall.
- S3 Make a Command Activities: Create buildColumn(height, blockType) and place 4 corner columns for a personal 7×7 base. Debug with chat prints.
- S4 Mini‑Showcase Activities: 1‑minute solo demo of your “/buildbase.” Reflect: What did loops save you?
Level Up (advanced): Use chat input for base size; try the move/place routine in Python using on_chat() and for‑loops.

