In this minilab, you'll create the Crossy Road game.
Check whether an arrow key is pressed and make the Scratch Cat move in that direction. Additionally, we want the cat to make it across the street safely, so also check whether it's touching the cars.
What you'll learn
- Familiarize yourself with the move blocks.
- Learn to use the sensing blocks.
- Use conditional (if/when) statements.
- Use different types of loops.
- Learn about operators in Scratch.
- Explore different types of hat blocks, including and other than when green flag is clicked.