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?

Slides:



Advertisements
Similar presentations
Create a Simple Game in Scratch
Advertisements

Create a Simple Game in Scratch
Mission Technology Introduction to Scratch! June 2007.
My PreK Friends. I have many friends in Mrs. Haynes’ class. Sometimes I want to play with my friends.
İstop (stop) is a popular game a mong children in Turkey. It is very easy to play and much more enjoyable if it is played with many children.
Internet safety! By: Liam, Brilee, Dinny, Shalisha.
Virus code actions Or ‘how viruses work’. Replication Spreads quickly and can be difficult to control Can be attached to any type of file and make copies.
Harry Potter Scratch Game
Get Going On ….. What is programming ? What programming software does the school have ? Load this PowerPoint.
I DID THIS…… SCRATCH GAMES Scratch games are super epically awesome sauce! DO THE WORM!
Cyber Bullying & E-Safety Assembly Key Stage 1 Anti-bullying Week 2009.
A Christmas Scratch game
Code Club Session 3 Shark Eats Fish. Picture of finished product here.
Write Your First Computer Game!. Coding: Programming Languages Just like you can speak Chinese to someone who understands Chinese to tell them what to.
An intro to programming concepts with Scratch Session 7 of 10 sessions Working with sounds and sprite communication.
1 An intro to programming concepts with Scratch Session 1 of 10 sessions Looks and Motion.
The Harris County Library should have a coding program for kids Anna Xu 1.
SE320: Introduction to Computer Games Week 8: Game Programming Gazihan Alankus.
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.
Bug Session One. Session description In this session, pupils are introduced to a programming sequence which will make a light pattern on their Bug. Objectives.
INTRODUCTION TO THE SCRATCH PROGRAMMING ENVIRONMENT.
Perivale Primary School & Children’s Centre
CATCH SCRATCH! Programming from Scratch. Remember Scratch?
Scratch Internet- Open Chrome hit “Create” 1.
Code Club Session 2 Dance Party. What will we learn ?  How to change the background  How to create animations  How to make objects talk to each other.
Introduction to Scratch!
Programming Languages: Scratch Intro to Scratch. Lower level versus high level Clearly, lower level languages can be tedious Higher level languages quickly.
FAILIURE. About me Name: George Fan Job: Make cool games Cool game I made: Plants vs. Zombies.
Introducing Scratch the Cat
Every week: Sign in at the door If you are new: Fill in Registration Form Ask a Mentor how to get started Make sure you are on the Athenry Parents/Kids.
©Robomatter – Distribution or copying without permission is prohibited. 3B STEM Computer Science 1 ©Robomatter – Distribution or copying without permission.
Esperanza. Esperanza?  Started +/- 15 years ago  Lots of young people just hanging around  Difficult to participate in regular settings like soccer.
Using MIT Scratch for Programming and Control Exercise 6 – Creating a Scratch Packman Year 9 ICT Autumn Term 2007.
CoderDojo Roscommon. Today's Ninja Challenge: Create a GhostBuster Game Like This.
In this presentation we will focus on some simple tips and habits that will keep you from pulling your hair out Go from this To this.
2015 CSE/EGR Summer Camps 1 Computer Science Concepts 1. What is an algorithm? 2. Binary information coding 3. Programming concepts via Scratch Designed.
Sample Video Game & Sound. The Plan 1.Game Theme 2.Game Structure 3.Sprites 4.Trackers 5.Collisions 6.Score 7.Levels 8.Splash Screens 9.Design 10.Implementation.
Unit 1 – Improving Productivity. 1.1Why did you use a computer? What other systems / resources could you have used? I used a computer because it is easy.
SCRATCH. Course Outline Session 1 – 8.45am to am  Introduction  Basics of Scratch programming - Control / Movement / Looks and Sound  Example.
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.
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.
Advanced Multimedia Development (AMMD) ::: Review – past few weeks Flash ActionScript Conditional Statements Loops Variable Type Conversion Logical.
Create a Halloween Computer Game in Scratch Stephanie Smullen and Dawn Ellis Barb Ericson October 2008.
Have fun on the internet while being safe!!  Do you know what cyber safety means?.. YesNo.
Activity3. Play “Pass the phone game” 1. Pass the two phones. Green and blue phones. 2. Listening to the music, Pass the two phones to others. 3. When.
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.
Scratch for Interactivity Dr. Ben Schafer Department of Computer Science University of Northern Iowa.
Scratch Year 8 – Lesson 1. Starter What Can You Remember? Load the file What Can You Remember? from the shared area See how many features of Scratch you.
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.
Lives and Scoring Games Programming in Scratch. Games Programming in Scratch L2 Lives and Scoring Learning Objectives Define a variable Understand the.
CoderDojo Sligo "Above all, be cool" Code and notes by Michael Madden, 2012.
Welcome to introduction to Windows April 9, 2011 Facilitator: Joyce Gerald Director of Title I Jasper County School District.
What are they doing ? Which do you like better, watching TV or surfing on the Internet ?
Creating a Simple Game in Scratch Barb Ericson Georgia Tech May 2009.
By: Bryton Tomcek Language Arts ArtReading Computer Apps. Social Studies ScienceMathPE/BandStudy Hall Home.
Game Maker Tutorials Introduction Clickball IntroductionClickball Where is it? Shooting Where is it?Shooting.
Communicating between objects MESSAGE PASSING. CHALLENGE Can YOU do WHACK a MOLE in less than 5 minutes?????
Index Background Costumes Making object walk smoothly Controlling an object with the keyboard Control an object with the mouse Changing costume when hit.
Create a Halloween Computer Game in Scratch
Scratch for Interactivity
LESSON 4 AIM: Complete the Whack-A-Witch game
Development Laboratory
Intro to Programming Mod 5 Lesson 2 10/19/2010.
Creating a Simple Game in Scratch
Scratch Racing.
Presentation transcript:

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?

This session Get to know you Get to know Scratch Create a game: Felix and Herbert

Getting to know you Who has a computer at home? What has Internet access at home? Has anyone done programming before? How many have used Scratch before?

Felix and Herbert A game of catch Stop Herbert the mouse being caught by Felix the cat Control Herbert with the mouse Longer you avoid Felix the more points you score When you get caught the score will go down

Felix and Herbert Felix follows mouse pointer Felix chases Herbert Felix says when he’s caught Herbert Herbert turns into a ghost when he’s caught Keep score

Process

Tips Leave the look say block in STEP 4 Have a go at increasing the speed as you play the game?

Solution for speed Stops speed from being too fast Choose a colour in the background How quickly do you want speed to change? Create a variable

What was most fun? What was easy? What was difficult? How did you sort out the difficult bits?

Star coder this week:

Next week: Whack a Witch!