Www.bluesquarething.co.uk/kthree/scratch.htm Scratch pong challenge Pong is a classic 1970s video game  Open the pongv1.sb2 file in Scratch  Click the.

Slides:



Advertisements
Similar presentations
Create a Simple Game in Scratch
Advertisements

Pong! “The oldest commercially available game in history” Resources created from the video tutorials provided by David Phillips on
Flappy bird guide for Scratch
Helicopter Game Tutorial
A Christmas Scratch game
This game is loosely based on the Whack-A- Mole arcade game.  Each game starts with 45 seconds of play.  Moles randomly pop out of holes on the landscape.
When you click the forever button, then whatever is in it does its thing to make flappy go. All of these buttons make flappy go and die. When you press.
Extending the Pong Example Barb Ericson Georgia Tech June 2011.
Making a Flappy Birds Game A INTRODUCTION TO MAKING A FLAPPY BIRDS TYPE GAME.
Creating pong in scratch Learning objectives: To learn how to program Sensing via colour and sprite proximity O:\ICT\ks3\scratch\scratch Exercises\Creating.
Tomi Liimatainen Aapo Sormunen Markus Häkkinen Maze-Pong.
Lists. Lists store information in a certain order. You can add, remove, or rearrange items in a list. You can also pick out information from a list.
Scratch Internet- Open Chrome hit “Create” 1.
We will be creating a spaceship that simulates real movements in space. The spaceship will fire a laser beam that can destroy targets. The spaceship will.
 Description of The Bat  The Uses  The Evolution of The Bat.
Getting Started with Scratch Version 1.4 Visit
Geometry. The screen where you can see what happens when you play your game is called the STAGE. The SCRIPT BANK is where the types of instructions are.
Video in Power Point Objective Able to insert video in power point Able to make video play by itself Able to change volume of video Able to cut out part.
Creating a Simple Game in Scratch Barb Ericson Georgia Tech June 2008.
1 x 2 Game 1: One Player Game If you select a number sentence, give the answer. If you select an answer give the number sentence that has that answer.
ENGR-TS-2: The students will develop an understanding of how the design process is used to develop a technological system.
Image #1 Getting Started
Making a Sprite Dance Barb Ericson Georgia Tech June 2011.
12/23/20151 Competition Information Packet. 12/23/ Goals of the Challenge The 2on2 Challenge was designed to create a skills competition that enhances.
Create a Halloween Computer Game in Scratch Stephanie Smullen and Dawn Ellis Barb Ericson October 2008.
Variables and Random Numbers Computer App Session 4.
By Mr. Putnam. In Catfall, the goal of the game is to touch the falling cats with the mouse. Every time you touch a cat, your score goes up by one point.
Today we are learning to: Understand how actions and events control our game. Completing the catch the clown game – making a room – adding music Gather.
Today we are learning to: Understand how flow charts are used to design games Add events to our objects to control stuff in our game – (Using the user.
SOL 1.8 and 1.9 SPORTS. For each problem: Display the 1 st slide which contains the problem. Have the students place counters on their desks to match.
 SCRATCH is a new programming language that lets you create your own interactive stories, animations, games, music, and art.
Get Going On ….. Load the word file ‘Glossary’ and complete it. You will have homework today.
How to create a basic game in Scratch. The Scratch Stage The Scratch stage is 480 pixels wide and 360 pixels high x increasesx decreases.
1 Understand what Scratch is and what it can be used for Lesson 1: Learning Objectives.
StarLogoTNG 101 Treasure Hunt Game Unit Wrap Up. Today’s Agenda Review Mini-lesson and programming practice on set camera and ID Finish making the treasure.
I have used Scratch, to program a guide to internet safety. This is done by using QR codes to make it more interactive and interesting for people playing.
Adding Sounds Games Programming in Scratch. Games Programming in Scratch L6 Adding Sounds Learning Objectives Learn how to add sound to a Scratch game.
Making a Flappy Birds Game PART 2 – MAKING THE BIRD FLAP AND FALL – AND DEVELOPING THE GAME FURTHER (ADDING ADDITIONAL CHARACTERS, GOODIES, ENEMIES AND.
ICT/COMPUTING RULES Only use software allowed by the teacher
Scratch Part 2 – Character Commands. What does a command do?  Commands in programming allow an object whatever it is to do something. In the case of.
Scratch Lesson 1. Creating an account Open the internet browser : Safari or Internet Explorer Type in the URL scratch.mit.edu Using your school computer.
Creating a Simple Game in Scratch Barb Ericson Georgia Tech May 2009.
Index Background Costumes Making object walk smoothly Controlling an object with the keyboard Control an object with the mouse Changing costume when hit.
Scratch Helicopter Game
The difference between games from the 70's and modern games
Create a Halloween Computer Game in Scratch
Customise & Explain your game
Commands in Scratch.mit.edu
The Challenge Step One: Introducing the.
Scratch for Interactivity
The One Where You Scratch
Getting Started with Scratch
Presentation Companion Slide Pack
Date: Nov. 14, 2016 Aim: How do we summarize the codes used in SCRATCH
Lesson Objectives To understand how to make sprites interact
Exploring Computer Science Lesson 4-13
Presentation Companion Slide Pack
How Many Home Runs Can You Hit?
Skill – Tackle & Defensive Fundamentals
Image #1 Getting Started
Game Over Module 4 Lesson 2.
Blocking Tackle Game Aim Description TYPE AGE Skill – Tackle Equipment
Getting Started with Scratch
Game development using Scratch
Creating a Simple Game in Scratch
CSC 221: Introduction to Programming Fall 2018
Why We Need Car Parking Systems - Wohr Parking Systems
Types of Stack Parking Systems Offered by Wohr Parking Systems
Add Title.
Presentation transcript:

Scratch pong challenge Pong is a classic 1970s video game  Open the pongv1.sb2 file in Scratch  Click the green flag to play the game

Scratch pong challenge Complete the game  The bat needs to move left and right (you will need two code blocks to do this!)  Aim to move it 10 steps

Scratch pong challenge Can you improve the game?  add a sound each time the ball hits the bat (a short sound is best)  add a different sound each time a life is lost  add a score to the game which goes up 1 each time the ball is hit  add blocks to allow the bat to move up and down

Scratch pong challenge Adding Screens:  Can you add a title slide?  Can you add a Game Over slide? This will involve adding backdrops…

Scratch pong challenge Scoring Challenges:  Can you change the scoring system so that 5 points are lost each time a life is lost?  Can you add a life when the score reaches a certain value?  Can you score more points if the bat is higher up the screen when it hits the ball?  Can you limit how high up the screen the bat will move?

Scratch pong challenge Two Player Challenge:  Can you make a two player version of Pong?