Learn Inputs and Outputs with Crossy Road
Computer programs are only useful if they have inputs (ways to control them) and outputs (ways to get information from them).
Your goal is to code inputs and outputs so that you can move the chicken through the game to its goal.
Learning outcomes:
- Develop a basic program using input and outputs
- Think algorithmically to solve problems
- Sequence instructions correctly
- Debug simple programs by identifying and fixing problems
Are you ready?