Student Instructions
๐ฎ RodoCodo Coding Adventure!
Today you will help the RodoCodo Cat complete coding challenges by giving it the correct instructions. You'll learn how coders use sequencing, debugging, and problem-solving to make things happen!
๐ฃ Instructions
Page #1 - Open the
RodoCodo Code Hour Junior game.
Complete as many levels as you can.
As you complete each level take a
screenshot and
it to the matching response page.
If it doesn't work the first time, try again and fix your code.
Success Criteria
โ
I completed at least one coding level.
โ
I used commands to help the cat move.
โ
I kept trying when something didn't work.
โ
I shared my learning on Seesaw.
๐ก Coders don't give upโthey debug and try again! ๐
When complete
Teacher Notes (not visible to students)
๐ฎ What is Rodocodo?The platform helps children find their "inner coder" by guiding an in-game cat avatar through various worlds and puzzles. Instead of writing confusing lines of text, children use a drag-and-drop interface to build instructions (algorithms) to guide their character, pick up items, and solve problems. ๐ง Core Concepts TaughtThe game is carefully structured to transition children from basic logic to advanced programming concepts, including:Sequencing: Putting step-by-step movement actions in the correct order.Loops & Nested Loops: Repeating commands to make code shorter and cleaner.If Statements: Creating conditions (e.g., if X happens, do Y).Variables: Storing and changing pieces of data.Debugging: Finding errors in broken code and fixing them.