Code Crew G2 / Week 01 / Saturday
6/6
Week 01 Β· Memory and the Missing Bug

Saturday

Crew Quest: a real memory box
// A memory box holds one number
⏱ about 15 min
Rocket, Raven, and Nova the drone-bird together

Crew Quest time!

It is the weekend, Code Crew.

Today you make a real memory box.

You need a cup and some paper.

You also need a grown-up helper.

You keep the box. They act out the lines.

An empty memory box named count

Make your memory box

Find a cup or a small box.

Write count on a paper name tag.

Write 1 to 5 on little papers.

The quest program with four lines

The quest program

set count to 2
clap count times
change count by 1
clap count times

Read line one. Put 2 in the cup.

Your grown-up peeks and claps 2 times.

Then read the next line.

Raven the explorer with her wrist computer

Raven says: look closely

Line three changes the box.

You swap the 2 for a 3.

Now they clap exactly 3 times!

Level up: be a bug hunter

Run it again, but skip line three.

What gets stuck? That is a clue!

β—‡ CREW QUEST
Make a memory box with a grown-up.
Read the program one line at a time.
You keep the box up to date.
See you Monday, Crew!

Quest started!

Keep the box. Read the lines.

Count every clap together.

Have fun this weekend!

← Friday