Teach the Cast

Some of CodeRealm’s cast are still learning. When you teach them, YOU learn it best — catch what they get wrong, then quiz them.

Teach the connections

Show how the coding ideas connect

You've helped them one at a time. The real understanding is how the ideas CONNECT — teach that next.

Trek (loop — keep repeating an action until the work is done) × Row (list — many values lined up in a numbered row)

You have a list of 100 names and want to greet each one. Why do Trek and Row work together?

Stash (variable — a labeled box that holds a value) × Fork (conditional — chooses a path based on what is true right now)

Your code shows a win screen only if the score is high enough. How do Stash and Fork team up?

Capstone — build one small program together

Three pillars of code, one program. Bring in the cast member for each.

Store the player's score in a labeled box to use later. Who?

Who do you bring in?

Do the same thing to every item in a numbered list. Who?

Who do you bring in?

Choose a different path depending on whether the score is above 10. Who?

Who do you bring in?