Command Canyon teaches real programming — no reading of code required. Your child writes command programs for a rover: they plan, transmit, watch, and fix. The concepts are the first semester of computer science:
▸ Sequences (Cadet Flats): a program is an exact ordered list — the computer does what you wrote, not what you meant.
▸ Debugging (🐞 missions): six levels start with a broken program to fix — reading code is as important as writing it.
▸ Loops (Loop Canyon): spot the repeating pattern, say it once. Tiny trays make brute force impossible on purpose.
▸ Functions (Echo Mesa): name a move, reuse it anywhere — the foundation of all real software.
▸ Efficiency: matching the shortest known program (PAR) earns a gold gear ⚙ — optional polish for kids who want mastery.
Try asking: "Can you explain your program to me before you transmit it?" Explaining a plan out loud is one of the strongest learning moves there is. The EXPLORERS band reads every mission aloud; ENGINEERS uses bigger words and tighter puzzles.