Prepowl
How to Play
See the goal — guide the owl to the nest
Snap together command blocks to make a plan
Press Run — watch the owl follow your code
Reach the nest — fewer blocks earns more stars!
1/4See the goal — guide the owl to the nest
Coding & Logic · Coding Basics

Learn to think like a coder

Coding is really just giving clear, step-by-step instructions — and that is a superpower for solving any problem. In Owl Code you build a little program from blocks (Move, Turn, Repeat) and run it to guide the owl across a grid to its nest. There is no timer and no pressure: you plan, you run, you watch what happens, and if it is not right, you fix it and try again. That build-run-fix loop is exactly how real programmers work, and it quietly teaches some of the most valuable thinking skills a young learner can build.

Play Owl Code
Why it matters

Computational thinking — breaking a problem into steps, spotting patterns, and fixing mistakes calmly — carries over to maths, science and everyday problem-solving. Kids who learn to sequence, loop and debug become more logical, more patient, and more confident tacklers of hard problems, whether or not they ever become programmers.

Key concepts

Sequencing

Order matters. The owl does exactly what you say, in the order you say it — so plan each step.

Loops

Instead of ten Move blocks, one Repeat does the work — spotting repetition is a core coding idea.

Debugging

A bump into a wall is not failure — it is a clue. Find the mistake, fix the plan, and run again.

Problem-solving

Bigger grids and walls need a route planned in advance — decomposition in action.

How it works

Give clear instructions

A computer follows instructions literally. If you tell the owl to move forward into a wall, it will try — and bump. Owl Code teaches you to think ahead and be precise, one block at a time.

Do more with less

When you notice you are repeating the same steps, wrap them in a Repeat block. A shorter, smarter program earns more stars — the same instinct that makes real code clean and elegant.

Mistakes are part of it

Every coder's program goes wrong before it goes right. Owl Code makes that safe and fun: watch where the owl goes, figure out why, adjust, and celebrate when it finally reaches the nest.

See it in the real world

Following a recipe step by stepGiving someone directions to a placeWriting clear instructions for a gamePlanning the quickest route to schoolHow apps and robots are told what to do
Learn by playing

Ready to practise Coding Basics?

Turn the concepts above into a skill — play the game and get instant feedback.

Play Owl Code