Tutorial
๐ก Tip: Disable headers/footers in your print dialog for a clean PDF.
Scratch โ Coding with Blocks ๐จ
๐งญ Why Scratch?
Scratch is where most coders start. Itโs fun, visual, and you can see your ideas come to life instantly โ games, animations, music, robots, you name it!
Goal: build your first animation or mini game by the end of class ๐ฏ
๐ป Get Started
- Go to scratch.mit.edu.
- Click Join Scratch to make an account (or sign in if you already have one).
- Click Create โ the coding studio will open!
๐ฎ Your First Game
- Click the cat sprite and add code blocks from the Motion and Events sections.
- Try:
- When green flag clicked โ move 10 steps
- If on edge โ bounce
- Add a background โ click Choose a backdrop.
๐ก Try adding a โMeowโ sound when the cat moves!
๐งฑ Going Further
- Add more sprites (characters).
- Use variables to keep score.
- Make your game reset when the flag is clicked.
Scratch builds logic skills thatโll help when you move on to Arduino or Python later ๐ง