Ian Gover Education Technology Adviser Somerset County Council How can I make a game and learn some programming ideas?

Slides:



Advertisements
Similar presentations
Autor : Ewelina Pietraszek Monika Olszyna. Dolphin - delfin Dolphins- found in warm seas and oceans around the world. Dolpins feed on fish, crustaceans.
Advertisements

Scratch is a Visual Programming Language
What do you See in the Sea? By: Cara Edenfield. What do you See in the Sea? Do you see fish in the sea?
Pong! “The oldest commercially available game in history” Resources created from the video tutorials provided by David Phillips on
Code Club Session 3 Shark Eats Fish. Picture of finished product here.
All About Sharks By: Danielle, Chiamaka, Cassie and Kyara.
Water Resource Activity The idea is that the students are split into smaller groups, 5-8 in each group. Each group is given a copy of all the images (cut)
“Something Fishy” Ricardo Tangali & Niels Rietkerk.
Ian Gover Education Technology Adviser Somerset County Council Am I cleverer than a computer?
Scratch Understanding some programming techniques using Scratch Resetting, Parallelism and Events.
Online Registration Workshop How to use my.ccc.edu to register for classes.
Fish Chomp. 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.
A Scratch tutorial. Description: You have 6 bullets to shoot at 2 targets. Every time you hit any of them you get two extra bullets but the targets get.
6 < > 99 8 = 8 Click mouse for next screen. Lesson 2.
Ian Gover Education Technology Adviser Somerset County Council Logic and Logic Gates.
Orchard, Let’s Get Started Students ! In 4 Easy Steps!
Using MIT Scratch for Programming and Control Exercise 6 – Creating a Scratch Packman Year 9 ICT Autumn Term 2007.
Dividing by 10, 100 or 1000 ÷ 100 = 13.4 ÷ 100 = 38.3 ÷ 100 = 24.8 ÷ 100 = 85.5 ÷ 100 = 79.7 ÷ 100 = C. ÷x 0 + On ² - Ans = √ (-) Whole.
Shark Attack! by Mark Chklovskii.
Addition and Subtraction of Integers Lead by:, Chris Killeen, Gina Sanchez, Alicia Crowe.
I wanted to do a food chain that involved sea creatures.
SCRATCH. Course Outline Session 1 – 8.45am to am  Introduction  Basics of Scratch programming - Control / Movement / Looks and Sound  Example.
Ian Gover Education Technology Adviser Somerset County Council Hardware.
A whole new World under The Ocean.
Fish Chomp. 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.
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.
Welcome to Code Club You are going to be telling the computer what to do! Your pass to the club What level will you get to?
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.
Click the mouse for the next screen. Probability and other stuff Content Standard: Identify equally likely events Identify most and or least likely events.
Bottlenose dolphin Alisha Ahmed.
Games Programming in Scratch
BY:JOSHUA HERRON Z-Com Zombie Shooter. INTRODUCTION My name is Joshua Herron I go to 7 th grade at Dempsey I like to Program, Play games, and Sleep.
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.
Preparing Students in Grades 2-8 for MAP Testing Computer-Adaptive National Heritage Academies.
By Taysir Jabara 2+2= Click the no button.
Fraction: A bottom part name denominator telling you how many parts the whole is divided into and the top part is call numerator telling you have many.
3:00. 2:59 2:58 2:57 2:56 2:55 2:54 2:53 2:52.
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.
SEA CREATURES By Elijah and Jordyn. BLUE RIGNED OCTOPUS Do not touch the Blue Ringed Octopus they are very dangerous.
By Adam New. The leatherback turtles are reptiles. They live 45 years or more. The size of the leatherback turtle is 180 cm. Basic Facts.
Making a Flappy Birds Game PART 2 – MAKING THE BIRD FLAP AND FALL – AND DEVELOPING THE GAME FURTHER (ADDING ADDITIONAL CHARACTERS, GOODIES, ENEMIES AND.
YEIIOW EYED PENGUINS By Ewan. intro The yellow eyed penguin is an endangered animals. The penguin are native birds in nz.
Index Background Costumes Making object walk smoothly Controlling an object with the keyboard Control an object with the mouse Changing costume when hit.
Scratch Programming Cards
Broadcasting (Adding a new level)
Coding Workshop Patty Hicks Still Middle School
I can accurately multiply large numbers.
How to work with your sprite
A B C D E F G H U T S R Q P O N I J K L M Z Y X W V 6 Reset scores
Active Voice and Passive Voice
Games Programming in Scratch
Scratch: Animation and game programming
Top Fire Protection Services Ottawa available on Dubinskyconstruction
The One Where You Scratch
Sensing and Variables.
أنشئ قصة دليل المعلم نظرة عامة على ورشة العمل
Fish By Star Student.
Objectives To understand how the pen tool works
Am I cleverer than a computer?
How can I make a game and learn some programming ideas?
Types of Data Ian Gover Education Technology Adviser
Hardware Ian Gover Education Technology Adviser
Game review By ?.
Enable an activity in The Control Tower
Exploring Computer Science Lesson 4-12
Logic and Logic Gates Ian Gover Education Technology Adviser
Sensing and Variables.
Primary School Computing
Exploring Computer Science Lesson 4-8
Presentation transcript:

Ian Gover Education Technology Adviser Somerset County Council How can I make a game and learn some programming ideas?

Using Scratch

Log in or Register

What do I want to create? I think I want my game to…. Have a shark that moves around the sea bottom following the mouse pointer. There will be fish who move around the screen which the shark will eat and then add to a score.

How can I split that passage in to program? Have a shark that moves around the sea bottom following the mouse pointer.

The sea bottom and the shark

Make it your own

Add the program

What about the fish? There will be fish who move around the screen which the shark will eat and then add to a score.

Create a variable called score

Add a fish

Make it smaller

Add the program

Copy the fish

Could you…. Clear the score at the beginning of the game Stop the game after all the fish have been eaten Add a bonus point fish that adds 5 to the score Add an Octopus that if eaten will set all the points to zero