HanuLab HanuLab
πŸ—ΊοΈ Map β€Ί ⚔️ Apprentice β€Ί 🗺️ Abstraction & Algorithms

Lesson 4 β€” Plan Like a Pro: Pseudocode and Flowcharts

⏱ 20–25 minutes 💻 Web ordering game (play right away, no prep needed) πŸ’‘ Before writing code, real warriors write the "battle plan" — pseudocode is a plan humans can read and convert straight into code
πŸ’‘ Play away! To save stars, ask a parent to log in
πŸ‘¨β€πŸ‘©β€πŸ‘§ Notes for parents

Level: Apprentice β€” roughly Grade 7 / ages 12–13 Duration: 20–25 minutes Format: Web ordering game (play right away, no prep needed) Concept: Before writing code, real warriors write the "battle plan" β€” pseudocode is a plan humans can read and convert straight into code

Learning Objective

Kids order the pseudocode of real programs, including decision points (if...) and loops (repeat until...) β€” ready to convert to Python next lesson.

Do It Together (Parent-Child Co-participation)

Have your child write pseudocode for "how to cook the family's favorite dish" (using Start / If / Repeat / End), then follow the plan 100% literally β€” wherever it gets weird, that's a bug in the plan!