Module 3: Cats
| Course: Scratch Programming | Level: Module 3 | Project 30 of 35 |
Official Raspberry Pi Project
This lesson is based on the official Raspberry Pi Foundation project. Open it alongside this guide to access the starter project, step-by-step instructions and community remixes.
### [🍓 Open "Cats" on Raspberry Pi Projects →](https://projects.raspberrypi.org/en/projects/cats)
How to use it: Click the link above, then click See Inside on the Scratch project to explore the finished version. Use Remix to get your own copy to edit.
What You Will Build
Create an interactive cat animation with movement and backdrop changes.
What You Will Learn
By the end of this project you will be able to:
- Use Events blocks to start scripts and respond to clicks
- Combine Motion, Looks and Sound blocks to create behaviours
- Use variables to track game state and scores
- Apply the specific Scratch concepts introduced in Module 3
You Will Need
| Item | Details |
|---|---|
| 🌐 Browser | Any modern browser — Chrome, Firefox or Edge |
| 🔶 Scratch account | Free at scratch.mit.edu |
| ⏱️ Time | Approximately 30–45 minutes |
| 📋 Starter project | Available via the Raspberry Pi link above |
Step-by-Step Guide
- Add an outdoor and an indoor backdrop.
- Add a cat sprite with walking, sitting and sleeping costumes.
- When the flag is clicked: animate the cat walking across the stage.
- When the cat reaches the right edge: switch to indoor backdrop.
- Add a food bowl sprite. When the cat touches it: play a eating sound, change to happy costume.
- Add a yarn ball that the cat chases (it rolls and the cat follows).
- Add an interactive
pet the catbutton — when clicked: cat purrs and grows slightly. - Add a hunger meter that decreases over time. When empty: cat meows for food.
- Add a sleep mechanic — after 30 seconds of inactivity, cat switches to sleeping costume.
- Add day/night: backdrops change based on a timer variable.
Extension Challenges
Try these after completing the main project:
- Add multiple cats with different personalities.
- Add a vet mini-game when the cat gets sick.
- Add a kitten that grows into an adult cat over time.
Reflection Questions
- Which Scratch blocks did you use most in this project?
- What would you add or change if you had more time?
- How could you reuse the ideas from this project in a different context?
Share Your Work
When your project is complete, click Share in Scratch and post the link to your class or the Techbase community.
| ← Back to Scratch Course | Next: Lesson 31 → |