Exploring Computer Science Lesson 4-14

Slides:



Advertisements
Similar presentations
Create a Simple Game in Scratch
Advertisements

Create a Simple Game in Scratch
Bug Session Two. Session description In this session the use of algorithms is reinforced to help pupils plan out what they will need to program on their.
Scratch Internet- Open Chrome hit “Create” 1.
Timers Exploring Computer Science Lesson Objectives The students will be able to: Create a timer.
Using MIT Scratch for Programming and Control Exercise 3 Ball Game Year 9 ICT Autumn Term 2007.
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.
Exploring Computer Science 2/23/15 2/23 Develop a Scratch story project -Brainstorming 2/24 Develop a Scratch story project –Developing 2/25 Develop a.
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.
Scratch pong challenge Pong is a classic 1970s video game  Open the pongv1.sb2 file in Scratch  Click the.
Creating a Simple Game in Scratch Barb Ericson Georgia Tech June 2008.
Create a Halloween Computer Game in Scratch Stephanie Smullen and Dawn Ellis Barb Ericson October 2008.
Web Site Evaluation Exploring Computer Science – Lesson 1-3.
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.
Balls will appear as you move cursor down here. 2. Click on the ball to bowl. By Joe Hart 2011
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.
ICT/COMPUTING RULES Only use software allowed by the teacher
Randomness Exploring Computer Science Lesson 4-10 – Part 2.
Creating a Simple Game in Scratch Barb Ericson Georgia Tech May 2009.
Creating your own Handheld Games Console
Index Background Costumes Making object walk smoothly Controlling an object with the keyboard Control an object with the mouse Changing costume when hit.
Movement Game Design (Scratch).
Create a Halloween Computer Game in Scratch
Introducing Instructions
Building with Numbers Module 4: Investigation 3
Exploring Computer Science Lesson 4-13
Exploring Computer Science Lesson 4-14
Exploring Computer Science Lesson 4-10 – Part 1
Florida Hurricanes Welcome Introduction Process Tasks Task 1 Task 2
Programming Final Project
Scratch – Simple Programming
PowerPoint Manual A guide to using PowerPoint to make your own “Jeopardy” Game from a prepared game template. Created by: Teri Bohr for: ETC 567.
A Recipe For Pong Across a network!.
Lesson 16: Functions with Return Values
Scratch – Simple Programming
EXPLORING COMPUTER SCIENCE
Programming Final Project
Create PT: Complete the Task
Group 1 on Constructivism
Who will Win in the Dash to the Finish?
And and or…and RANDOMNESS
Objective of the lesson
Exploring Computer Science Lesson 4-11
Lesson Objectives To understand how to make sprites interact
Moving Sprites in Scratch
Exploring Computer Science Lesson 4-13
Exploring Computer Science – Lesson 4-5
Conditionals Exploring Computer Science Lesson 4-9.
Blue Boat 1 Green Boat 2 Orange Boat 3 Purple Boat 4 Red Boat 5
Football Revision Game
Code to Enhance Learning
Building a Game in Scratch
Game Over Module 4 Lesson 2.
Exploring Computer Science Lesson 4-12
SBAC Practice at home.
Pair work – Do you want to change seats??
Football Revision Game
Exploring Computer Science Lesson 4-10 – Part 2
Exploring Computer Science Lesson 4-14
Welcome to Jeopardy!.
Exploring Computer Science Lesson 4-13
Creating a Simple Game in Scratch
CSC 221: Introduction to Programming Fall 2018
Directions to play game
Exploring Computer Science Lesson 4-12
Lesson 2: Gathering and Organizing Information Using ICT KEY QUESTION: HOW DO YOU GATHER AND ORGANIZE INFORMATION USING THE COMPUTER AND INTERNET?
Exploring Computer Science Lesson 4-8
Exploring Computer Science Lesson 4-10 – Part 1
Scratch – Simple Programming
Presentation transcript:

Exploring Computer Science Lesson 4-14 Investigating Games Exploring Computer Science Lesson 4-14

Objectives The students will be able to: Investigate two different types of games. Get ideas for their final projects.

Monkey Game Download monkey.sb from the web site and play the game. What blocks do you think decide what x and y the banana should change to? What are the names of the orange blocks under Variables? What block(s) are used to change the score? Monkey Game Download monkey.sb from the web site and play the game. Be prepared to answer these questions: What blocks make the monkey respond to the keys? Does the banana always appear in the same place?

If you were to finish the Monkey Game… What’s the biggest problem? How would you correct it? What would…or should…happen once you corrected it? The “When the green flag is clicked” code needs some adjusting. What would those adjustments be?

Pinball Game 4. How do you think the ball determines which direction to bounce? 5. What’s the purpose of the purple line at the very bottom of the game? 6. Modify the game to keep track of points and get it checked off. Write down what changes you made. 7. What other features do think would make this game better Download pinball.sb. Be prepared to answer these questions: 1. Look at the scripts for the pinball. How did the author simulate gravity? 2. How does the ball know when to “bounce” off of something? 3. Does the ball always bounce the same way when it hits something?