Stage 1 Before you start to script the game you need to create the assets. Stage 1 will help you to create your background image, score zones, paddles.

Slides:



Advertisements
Similar presentations
Scratch is a Visual Programming Language
Advertisements

Pickle Ball Where did Pickle-Ball orginate? Joel Prichard William Bell Barney McCallum Bainbridge Island off the Coast of Seattle Washington The Court.
Pong! “The oldest commercially available game in history” Resources created from the video tutorials provided by David Phillips on
Gold: Can you hit it? (Yes you can!) The Stars represent people! Instructions: The Pink stars each need to place a target worth 1,3, or 5 points on their.
NET GAMES:. IMPORTANT RULES FOR ALL GAMES Racquet/Paddle Safety – Do not slam racquets/paddles on the floor, table, etc. – Be aware of your surroundings.
Creating pong in scratch Learning objectives: To learn how to program Sensing via colour and sprite proximity O:\ICT\ks3\scratch\scratch Exercises\Creating.
PING PONG (Table Tennis)
Game Design Creating a game called PING Phase 3: Steps for building basic game.
©Robomatter – Distribution or copying without permission is prohibited. 3B STEM Computer Science 1 ©Robomatter – Distribution or copying without permission.
= This set of tiles represents the equation 2x + 2 = 6. Solving Two-Step Equations xx x=6+ 2 © NorledgeMaths.
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.
User testing User1 (16 year old male) 2 (17 year old female) 3 (14 year old male) Did it function?YesKind ofYes Was there a scoring system? yesYes Was.
Training Drills Possession Transition Patterns. POSSESSION.
GAME:IT Paddle Ball Objectives: Review skills from Introduction Create a background Add simple object control (up and down) Add how to create a simple.
ICT/COMPUTING RULES Only use software allowed by the teacher
INTRO TO NITRO BALL Background: NitroBall was created in summer of 2005 in Sarasota, Florida. And was first known as “inverted volleyball” Created by Peter.
Cricket Information and Rules. Background Combines throwing and fielding skills from ancient Greece and a bat from South Asia. It is connected to the.
Index Background Costumes Making object walk smoothly Controlling an object with the keyboard Control an object with the mouse Changing costume when hit.
By Victoria Israël and Daphnée Labrecque
Scratch Helicopter Game
Welcome to Simple Bowling
PICKLEBALL.
How to play football By Emanuel Ellis.
Table Tennis and Badminton
FA Vauxhall Youth Programme: Resources
Racquetball Rules.
Pickle-Ball Rules & Terminology
Exploring Computer Science Lesson 4-14
Team custom space pong By: Dorean and Frankie.
Can We Play That Game Again
Lacrosse.
PHYSICAL EDUCATION PE 11/12—PICKLEBALL
Recovery Runs & Defending Outnumbered
Find a Friend From the Card
The One Where You Scratch
A Recipe For Pong Across a network!.
Golf.
Game Controller Lesson Three.
A Vocabulary Review Activity
B A 4 h$ POISON MELODY A fun game - teacher vs. students.
Images to play around with
Push and Pull 2:04.
Breakout in Greenfoot Barb Ericson
Move in Two’s From the card Pass between two’s. T T
A variety of games with different aims
Tag, Handball + Headers & Receiving the Ball
Two games concurrently
Short Passing Technique Practice 1.2 teams of 5
Finishing Technique Practice 1.4 players, 4 servers + 2GK’s.
If there is only a runner on second and one out, does the runner have to go if the batter hits a ground ball to the short stop? 1.
The Start and Restart of Play (8)
Running With The Ball Technique Practice
How Many Home Runs Can You Hit?
Can You Score on Every Play?
Switching Play Technique Practice
Possession Transition Patterns
Creating Space Technique Practice
The game is played by moving the cursor along the red arteries and clicking on the various pieces of your patient’s anatomy that are ailing him to remove.
Exploring Computer Science Lesson 4-14
Long Passing Technique Practice 1.2 teams of 5 in their own channel
Probability in Baseball
The Game of Estimation point 3 points 2 points
Scratch Racing.
Lesson Practice Invasion Ball Game
Support Play (incorporating runs on the ball and off the ball)
Game Controller Lesson Five.
The game is played by moving the cursor along the red arteries and clicking on the various pieces of your patient’s anatomy that are ailing him to remove.
The BALL must HIT the WICKETS
Welcome to Simple Bowling
This Photo by Unknown Author is licensed under CC BY-NC-ND
Presentation transcript:

Stage 1 Before you start to script the game you need to create the assets. Stage 1 will help you to create your background image, score zones, paddles (bats) and ball.

Stage 2 Getting the paddles to move up and down. Stage 2 will help you to make the player 1 and player 2 paddle controls to move them up and down on the Y axis.

Stage 3 Getting the ball to move in a “fairly random” manner. Stage 3 will help you to make the ball bounce off the sides of the game area with a simple script.

Stage 4 Playing the game. Stage 4 will help you bounce the ball off the paddles so that the game can be played.

Stage 5 The score board(s). Stage 5 will help you create scores for your game, using the red and blue score zones that you set up at the very start. Remember blue = player 1 and red = player 2.

Stage 6 Improvements Stage 6 will help you refine the scoring system and the starting position for the ball to make the game more accurate