Learn loops and iteration with Crossy Road
In this tutorial you'll use loops to iterate over instructions. Solve each level by using code blocks to program a sequence of instructions and loops to get the chicken to its goal.
Learning outcomes:
- Implement algorithms using a sequence of steps
- Use loops to iterate over the same instructions
- Debug simple algorithms by identifying and fixing problems
Are you ready?