Activities

Coding
Create a Simple Animation

Kids use block-based programming to create a simple animation.

Steps:

1. Open a block-based coding platform like Scratch. 2. Guide kids to animate a character using basic motion blocks. 3. Add sound effects or dialogue to enhance the animation.

Materials needed:

Computer, Scratch or similar platform

Indoor 30 minutes 7-9 years old Medium
Coding
Code a Greeting Card

Kids create an interactive greeting card using coding.

Steps:

1. Choose a theme for the greeting card (e.g., birthday). 2. Add a character or sprite and program it to display a message. 3. Include animations, sounds, or clickable elements.

Materials needed:

Computer, Scratch or similar platform

Indoor 30 minutes 7-9 years old Medium
Coding
Maze Game

Kids design a maze game where a character navigates obstacles.

Steps:

1. Create a maze layout using a backdrop. 2. Program a sprite to move with arrow keys. 3. Add obstacles and a goal to complete the maze.

Materials needed:

Computer, Scratch or similar platform

Indoor 40 minutes 8-9 years old Medium
Coding
Binary Code Bracelets

Kids learn about binary code by creating bracelets representing their initials.

Steps:

1. Convert each letter of their initials into binary. 2. Use beads to represent 0s and 1s (e.g., black for 0, white for 1). 3. String the beads to form a bracelet.

Materials needed:

Beads, string, binary alphabet chart

Indoor 20 minutes 6-9 years old Easy
Coding
Code a Virtual Pet

Kids program a simple virtual pet with interactive features.

Steps:

1. Create a sprite to represent the pet. 2. Add features like feeding, playing, and sleeping using events. 3. Program a health bar that changes based on interactions.

Materials needed:

Computer, Scratch or similar platform

Indoor 40 minutes 8-9 years old Hard
Coding
Unplugged Algorithm Game

Kids learn about algorithms by giving step-by-step instructions.

Steps:

1. Pair kids and have one write instructions to complete a simple task (e.g., building a block tower). 2. The partner follows the instructions exactly. 3. Discuss how precise algorithms are essential in coding.

Materials needed:

Paper, pencils

Indoor 20 minutes 6-9 years old Easy
Coding
Build a Story with Code

Kids create an interactive story using block-based coding.

Steps:

1. Choose a story idea and characters. 2. Program each character to say lines and perform actions. 3. Use events to advance the story interactively.

Materials needed:

Computer, Scratch or similar platform

Indoor 30 minutes 7-9 years old Medium
Coding
Introduction to Loops

Kids explore how to use loops in coding through an interactive activity.

Steps:

1. Explain the concept of loops and their purpose. 2. Use a simple coding exercise to demonstrate how loops save time. 3. Let kids experiment with creating their own loops.

Materials needed:

Computer, Code.org or similar platform

Indoor 20 minutes 7-9 years old Easy
Coding
Pixel Art Programming

Kids create pixel art by programming colors into a grid.

Steps:

1. Introduce the concept of pixels in digital art. 2. Provide a grid and instructions to color specific pixels. 3. Create a picture by following the programming-like instructions.

Materials needed:

Paper grid or online pixel art tool

Indoor 30 minutes 6-9 years old Easy
Coding
Debugging Detective

Kids identify and fix errors in pre-written code.

Steps:

1. Provide kids with a project that has intentional errors. 2. Guide them to find and fix the mistakes. 3. Discuss the importance of debugging in coding.

Materials needed:

Computer, Scratch or similar platform

Indoor 25 minutes 7-9 years old Medium
Coding
Create a Dance Party

Kids program characters to dance to music using block-based coding.

Steps:

1. Introduce block-based coding tools. 2. Add music and program characters to move in sync. 3. Experiment with adding new dance moves or effects.

Materials needed:

Computer, Code.org Dance Party or Scratch

Indoor 30 minutes 7-9 years old Medium
Coding
DIY Calculator

Kids create a basic calculator using programming logic.

Steps:

1. Explain input, output, and simple arithmetic operations. 2. Program buttons for addition, subtraction, multiplication, and division. 3. Test the calculator and refine the code as needed.

Materials needed:

Computer, Scratch or text-based coding platform

Indoor 40 minutes 8-9 years old Hard
Coding
Code a Quiz Game

Kids create a quiz game with multiple-choice questions.

Steps:

1. Prepare a set of questions and answers. 2. Program the game to display questions and check answers. 3. Add features like a score tracker or time limit.

Materials needed:

Computer, Scratch or similar platform

Indoor 40 minutes 7-9 years old Medium
Coding
Robot Commands

Kids write commands to guide a 'robot' through a course.

Steps:

1. Set up a simple obstacle course. 2. Kids write step-by-step commands for a 'robot' (teacher or peer) to complete the course. 3. Discuss how precise instructions are crucial.

Materials needed:

Open space, paper, and markers for course

Indoor 20 minutes 6-9 years old Easy
Coding
Build a Virtual Garden

Kids design a virtual garden with interactive elements.

Steps:

1. Create a garden scene with sprites representing plants and objects. 2. Program interactions like watering plants or clicking to grow flowers. 3. Customize the garden with sounds and animations.

Materials needed:

Computer, Scratch or similar platform

Indoor 30 minutes 7-9 years old Medium
Coding
Code Your Name

Kids code their name to appear in a creative animation.

Steps:

1. Use letter sprites or draw letters in a block-based coding tool. 2. Add animations, such as bouncing or changing colors. 3. Enhance the project with sound effects.

Materials needed:

Computer, Scratch or similar platform

Indoor 20 minutes 6-9 years old Easy
Coding
Weather Reporter Bot

Kids create a bot that provides weather updates or facts.

Steps:

1. Program a sprite to display weather-related messages. 2. Include interactivity, such as answering weather questions. 3. Add animations or images related to weather.

Materials needed:

Computer, Scratch or similar platform

Indoor 40 minutes 8-9 years old Medium
Coding
Introduction to Variables

Kids learn about variables by creating a project with changing values.

Steps:

1. Explain the concept of variables and their uses. 2. Create a project with a score or timer variable. 3. Experiment with increasing and resetting variable values.

Materials needed:

Computer, Scratch or Code.org

Indoor 20 minutes 7-9 years old Medium
Coding
Digital Storybook

Kids create an interactive storybook with clickable elements.

Steps:

1. Plan a simple story with pages and characters. 2. Program buttons to navigate between pages. 3. Add animations, sounds, or surprises for each page.

Materials needed:

Computer, Scratch or similar platform

Indoor 40 minutes 7-9 years old Medium
Coding
Interactive Math Game

Kids build a game to solve math problems and track scores.

Steps:

1. Create a game that asks random math questions. 2. Program a way to check answers and give feedback. 3. Add a score counter and celebratory animations for correct answers.

Materials needed:

Computer, Scratch or similar platform

Indoor 40 minutes 7-9 years old Medium
Coding
Code a Virtual Aquarium

Kids design a virtual aquarium with animated fish and objects.

Steps:

1. Create a background resembling an underwater scene. 2. Add fish sprites and program them to swim. 3. Include interactive elements like bubbles or feeding options.

Materials needed:

Computer, Scratch or similar platform

Indoor 40 minutes 7-9 years old Medium
Coding
Color Matching Game

Kids build a game where players match colors by clicking.

Steps:

1. Create colored objects as sprites. 2. Program a rule to detect matches when clicked. 3. Add features like a timer or score counter.

Materials needed:

Computer, Scratch or similar platform

Indoor 30 minutes 7-9 years old Medium
Coding
Code a Stopwatch

Kids create a functional stopwatch using coding logic.

Steps:

1. Create a sprite to display time. 2. Program buttons to start, stop, and reset the timer. 3. Test the stopwatch and refine the code.

Materials needed:

Computer, Scratch or similar platform

Indoor 30 minutes 8-9 years old Medium
Coding
Create a Virtual Zoo

Kids design a virtual zoo with interactive animal exhibits.

Steps:

1. Add animal sprites and program animations or sounds. 2. Create clickable signs to display animal facts. 3. Enhance the zoo with creative habitats and decorations.

Materials needed:

Computer, Scratch or similar platform

Indoor 40 minutes 7-9 years old Medium
Coding
Rock, Paper, Scissors Game

Kids program a game of rock, paper, scissors with a computer opponent.

Steps:

1. Create sprites for rock, paper, and scissors. 2. Program the computer to make random choices. 3. Add logic to determine and display the winner.

Materials needed:

Computer, Scratch or similar platform

Indoor 40 minutes 8-9 years old Medium
Coding
Build a Clicker Game

Kids create a game where clicking earns points.

Steps:

1. Create a button or object to click. 2. Program a score variable to increase with each click. 3. Add upgrades or surprises to make the game more fun.

Materials needed:

Computer, Scratch or similar platform

Indoor 30 minutes 7-9 years old Easy
Coding
Interactive Greeting Bot

Kids program a bot that responds to user input with greetings.

Steps:

1. Create a sprite to represent the bot. 2. Program it to ask for the user’s name and respond with a greeting. 3. Enhance it with animations or additional questions.

Materials needed:

Computer, Scratch or similar platform

Indoor 30 minutes 7-9 years old Medium
Coding
Guess the Number Game

Kids build a game where players guess a random number.

Steps:

1. Generate a random number using variables. 2. Program the game to accept guesses and provide feedback (higher/lower). 3. Display the correct answer when the player wins.

Materials needed:

Computer, Scratch or similar platform

Indoor 30 minutes 8-9 years old Medium
Coding
Design a Digital Clock

Kids create a functional digital clock with changing time.

Steps:

1. Create a sprite to display the current time. 2. Use variables to update hours, minutes, and seconds. 3. Program the clock to change in real-time.

Materials needed:

Computer, Scratch or similar platform

Indoor 40 minutes 8-9 years old Hard
Coding
Traffic Light Simulation

Kids simulate a traffic light system using coding.

Steps:

1. Create sprites for the red, yellow, and green lights. 2. Program the lights to change in sequence with timers. 3. Add a car sprite to interact with the traffic lights.

Materials needed:

Computer, Scratch or similar platform

Indoor 30 minutes 7-9 years old Medium
Coding
Shape Drawing with Code

Kids use coding to draw shapes on a digital canvas.

Steps:

1. Introduce commands for drawing lines and shapes. 2. Kids write code to draw basic shapes like squares and circles. 3. Experiment with creating patterns or combining shapes.

Materials needed:

Computer, Scratch or Turtle Graphics in Python

Indoor 30 minutes 7-9 years old Medium
Coding
Code a Weather App

Kids build a simple app that displays weather conditions.

Steps:

1. Create sprites to represent weather (e.g., sun, rain). 2. Program the app to display weather changes based on input. 3. Add animations or sounds for each weather condition.

Materials needed:

Computer, Scratch or similar platform

Indoor 40 minutes 8-9 years old Hard
Coding
Music Maker

Kids program an app to create and play music.

Steps:

1. Introduce coding blocks for sound and music. 2. Kids create sequences of notes to make a song. 3. Add buttons or keys to play different melodies.

Materials needed:

Computer, Scratch or Code.org

Indoor 30 minutes 7-9 years old Medium
Coding
Code a Virtual Treasure Hunt

Kids program a game where players find hidden treasures.

Steps:

1. Create a background with hidden objects. 2. Program clues and interactive elements for players to find treasures. 3. Add a scoring system and celebratory animations.

Materials needed:

Computer, Scratch or similar platform

Indoor 40 minutes 7-9 years old Medium
Coding
Loop Art Challenge

Kids use loops to create intricate digital art patterns.

Steps:

1. Explain how loops can create repetitive patterns. 2. Write code to draw shapes in a loop. 3. Experiment with different angles and sizes to create unique designs.

Materials needed:

Computer, Turtle Graphics or Scratch

Indoor 30 minutes 7-9 years old Medium
Coding
Space Explorer Game

Kids build a game where a spaceship collects stars and avoids obstacles.

Steps:

1. Design a spaceship and stars as sprites. 2. Program the spaceship to move and collect stars. 3. Add obstacles and a score counter for challenges.

Materials needed:

Computer, Scratch or similar platform

Indoor 40 minutes 7-9 years old Medium
Coding
Digital Art Gallery

Kids create a gallery to display their digital art projects.

Steps:

1. Design a backdrop resembling a gallery. 2. Program buttons to navigate through different art pieces. 3. Add descriptions or animations for each piece.

Materials needed:

Computer, Scratch or similar platform

Indoor 30 minutes 7-9 years old Easy
Coding
Animate Your Name

Kids animate their names with creative effects.

Steps:

1. Add sprites for each letter of their name. 2. Program each letter to move, spin, or change colors. 3. Synchronize animations for a cool effect.

Materials needed:

Computer, Scratch or similar platform

Indoor 20 minutes 7-9 years old Easy
Coding
Virtual Drum Kit

Kids create a virtual drum kit that plays sounds when clicked.

Steps:

1. Add sprites for drum pieces (e.g., snare, cymbals). 2. Program each piece to play a sound when clicked. 3. Add visual effects for an interactive experience.

Materials needed:

Computer, Scratch or Code.org

Indoor 30 minutes 7-9 years old Medium
Coding
Interactive Quiz Show

Kids design a quiz show with questions and answers.

Steps:

1. Create a game screen with a host character. 2. Program multiple-choice questions and track scores. 3. Add feedback for correct and incorrect answers.

Materials needed:

Computer, Scratch or similar platform

Indoor 40 minutes 8-9 years old Medium
Coding
Custom Cursor Game

Kids program a game where the cursor controls unique actions.

Steps:

1. Create objects that react to the cursor. 2. Program interactions like clicking to collect points. 3. Add levels or challenges for more fun.

Materials needed:

Computer, Scratch

Indoor 30 minutes 7-9 years old Medium
Coding
Digital Timer

Kids build a countdown timer using coding logic.

Steps:

1. Create a sprite to display numbers. 2. Program the timer to count down from a set value. 3. Add sounds or visual alerts when the timer ends.

Materials needed:

Computer, Scratch or similar platform

Indoor 20 minutes 7-9 years old Easy
Coding
AI Chatbot Simulation

Kids create a chatbot that responds to user inputs.

Steps:

1. Design a sprite to represent the bot. 2. Program it to ask questions and respond to user inputs. 3. Enhance the bot with animations and humor.

Materials needed:

Computer, Scratch or similar platform

Indoor 40 minutes 8-9 years old Hard
Coding
Virtual Race Game

Kids program a race game with cars or animals.

Steps:

1. Create sprites for racers and a race track. 2. Program the racers to move with arrow keys or buttons. 3. Add a finish line and celebrate the winner.

Materials needed:

Computer, Scratch or similar platform

Indoor 40 minutes 7-9 years old Medium
Coding
Emotion Detector Game

Kids create a game where a character reacts to different inputs with emotions.

Steps:

1. Design a sprite with different facial expressions. 2. Program reactions to inputs like clicks or keys. 3. Add sounds or text to enhance the experience.

Materials needed:

Computer, Scratch or similar platform

Indoor 30 minutes 8-9 years old Medium
Coding
Coding Puzzle Solver

Kids program a game where players solve puzzles using code.

Steps:

1. Create a puzzle layout and rules. 2. Program interactions like moving pieces or entering solutions. 3. Add hints and levels for progression.

Materials needed:

Computer, Scratch or similar platform

Indoor 40 minutes 8-9 years old Hard
Coding
Sound Effects Board

Kids create a soundboard that plays effects when buttons are pressed.

Steps:

1. Design buttons with labels for different sounds. 2. Program each button to play a sound when clicked. 3. Experiment with custom sounds or effects.

Materials needed:

Computer, Scratch or Code.org

Indoor 30 minutes 7-9 years old Easy
Coding
Interactive Map

Kids program a map with clickable regions displaying facts or images.

Steps:

1. Design a map with regions or landmarks. 2. Program interactions like displaying facts or animations when clicked. 3. Add a quiz or challenge related to the map.

Materials needed:

Computer, Scratch or similar platform

Indoor 40 minutes 7-9 years old Medium
Coding
Create a Digital Board Game

Kids design and program a board game with interactive elements.

Steps:

1. Plan the board game layout and rules. 2. Create sprites for game pieces and actions. 3. Program interactions like dice rolls, moves, and challenges.

Materials needed:

Computer, Scratch or similar platform

Indoor 60 minutes 8-9 years old Hard
Coding
Math Puzzle Creator

Kids build a game that generates math puzzles for players to solve.

Steps:

1. Program the game to display random math questions. 2. Include a way to check answers and provide feedback. 3. Add levels or increasing difficulty to challenge players.

Materials needed:

Computer, Scratch or similar platform

Indoor 40 minutes 8-9 years old Medium