×
Home Gr. Level Lesson Plans Page Generators Copy and Paste
Generators
Student Award Generators Opinion Paragraph Generators Narrative Paragraph Generators Informative Generators FlipBooks Google Classroom
Graphic Organizers
Google Sheets
Spreadsheets
iPad Classroom Integration iPad - Mac
Graphic Organizers
Excel Word Word - Graphic Organizers PowerPoint MultiMedia Internet Research Apple / Mac Apple Mac Pages Apple Mac Numbers Apple Mac Multimedia Coding For Kids Resources

Coding for Kids
Scratch Animal Pong - Easy

Assignment: Animal Pong - An easy step by step introductory Scratch programming project for beginners. This project guides students through the programming logic and steps to build a simple pong game. Students learn to use X/Y coordinates, (forever) loops, and (if-then) conditional statements. Students learn to use the Scratch drag and drop programming interface to add their code to the ball and paddle to create the working game.

Tutorial Download: scratch-animal-pong.pdf

Scratch - Animal Pong Finished Example:

Students choose an animal to be the paddle and another object to be the ball. Students program the arrow keys to move the paddle, and program the ball to bounce off the paddle and walls. Students also program the ball to signal "Game Over" if it touches the red boundary.

Scratch Coding Animal Pong Project

Step by Step Animal Pong Tutorial

Animal Pong Tutorial Animal Pong Tutorial

    Creating the Pong Paddle

  • Students open the Scratch coding interface, delete the cat sprite, and then choose an animal to use as their paddle.

  • Animal Pong Tutorial

    Programming the Paddle to Move Left or Right

  • Students add a few lines of simple code to set the initial location of the paddle and program the left and right arrow keys to move the paddle.

  • Animal Pong Tutorial

    Tutorial Download: scratch-animal-pong.pdf

    Creating the Pong Ball and Making it Move

  • Students choose a pong ball and add the code to make the ball bounce off the walls and paddle.

  • Animal Pong Tutorial

    Creating the Out of Bounds Area and "Game Over" Code

  • Students draw a red out of bounds area on the stage backdrop. Students then add code to the ball that ends the game when the ball touches the red out of bounds area.

  • Animal Pong Tutorial