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:


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

  1. Add an outdoor and an indoor backdrop.
  2. Add a cat sprite with walking, sitting and sleeping costumes.
  3. When the flag is clicked: animate the cat walking across the stage.
  4. When the cat reaches the right edge: switch to indoor backdrop.
  5. Add a food bowl sprite. When the cat touches it: play a eating sound, change to happy costume.
  6. Add a yarn ball that the cat chases (it rolls and the cat follows).
  7. Add an interactive pet the cat button — when clicked: cat purrs and grows slightly.
  8. Add a hunger meter that decreases over time. When empty: cat meows for food.
  9. Add a sleep mechanic — after 30 seconds of inactivity, cat switches to sleeping costume.
  10. Add day/night: backdrops change based on a timer variable.

Extension Challenges

Try these after completing the main project:


Reflection Questions

  1. Which Scratch blocks did you use most in this project?
  2. What would you add or change if you had more time?
  3. 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