Helicopter scratch project

Slides:



Advertisements
Similar presentations
My Favorite Hobby is Football
Advertisements

In this tutorial, we are going to create: A race car that the user can control with the arrow keys for direction and speed. A simulated road with a striped.
Created by Nancy Otto Copyright © All Rights Reserved. LETTER NAMES P R E V I E W.
Extracting Valuable Information Lazily Shiry Ginosar Advisor: Professor Manuel Blum Graduate Mentor: Luis von Ahn.
Helicopter Game Tutorial
WIN, LOSE OR DRAW. RULES Divide the class into teams. One member of the team will draw a card. They will then try to give clues by drawing on the whiteboard.
A Christmas Scratch game
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.
Created by Nancy Otto Copyright © All Rights Reserved. P R E V I E W.
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.
SPORTS AT SCHOOL I.C. GANDHI Pontedera ITALY THE ARCHERY The archery is a sport that is practiced with a very resistent bow and arrows. The aim is to.
Introduction to Programming G50PRO University of Nottingham Unit 3 : Introduction To Scratch 2 Paul Tennent
By: Keaton & David. Movement ProsCons  We were able to make the object move horizontal easily.  We were able to make the object move up and down easily.
Using MIT Scratch for Programming and Control Exercise 6 – Creating a Scratch Packman Year 9 ICT Autumn Term 2007.
Smiley Maze By: Chen Menashe s LEVEL 1 You Lose You went off the purple arrow. Try to stay in the purple arrow.
The World Of Quizlet Making tools that let you study anything, for free.
Scratch pong challenge Pong is a classic 1970s video game  Open the pongv1.sb2 file in Scratch  Click the.
Tutorial for Arrays and Lists. Description This presentation will cover the basics of using Arrays and Lists in an Alice world It uses a set of chickens.
Ragnarok: The Final Battle Christopher Mayfield. The materials need for this game, 40 index cards and a pen. It should be noted that artistic ability.
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.
Title Authors Introduction Text, text, text, text, text, text Background Information Text, text, text, text, text, text Observations Text, text, text,
Intro To Programming Project Presentation. Group Presentation All group members have to present part of the project. All group members have to present.
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.
 Write the Learning objective onto your Self Assessment Sheet LO: Learn how to use different pages and add scoring to a game in Kodu.
3072 Billy K, Amanda P, Zack Waalen. Introduction Concept Summary Promotion Target Market Pricing profits- Expenses Product and Place Conclusion.
Game Development Process ITP 160 Original Game Assignments.
AD 206 Intermediate CG : School of Art and Design : University of Illinois at Chicago : Spring 2009 Intro to Action Script 11 "The games of a people reveal.
Tennis Carman-Ainsworth High School PE Department.
SEPAK TAKRAW Seth Caldwell. A LITTLE INSPIRATION BEST OF THE BEST.
School of Computer Science Space School 2015 Programming a Lunar Lander Game.
Index Background Costumes Making object walk smoothly Controlling an object with the keyboard Control an object with the mouse Changing costume when hit.
How are computer games designed?. Scratch game from scratch Introduction to the project.
Create a Halloween Computer Game in Scratch
Instructions: Draw a table with 3 columns in your notebook
[Please include Title]
Mrs. Tracy Moricone Game Design Project 3
Games Programming in Scratch
How to work with your sprite
Design Journal Name.
Informational Essay- Writing that attempts to explain , analyze, or describe an event, person, thing, place etc. by giving specific examples and details.
How to Resolve HP 0x83c0000a Printer Error Code
Scratch – Simple Programming
Information about all the ULABs left
Under The Sea Austin Jacobs.
Motorbikes and Exploding Apples!
The One Where You Scratch
GAMING IN KODU – Lesson 3.
P O S T E R T I T L E Authors & Institutions
Barnes and Noble Book Fair.
P O S T E R T I T L E EXAMPLE EXAMPLE EXAMPLE INTRODUCTION RESULTS
Lesson 1 Introduction to Scratch Basic blocks
YEAR 7 PROGRAMMING SCRATCH & E-SAFETY UNIT WRAPPER
Lesson Objectives To understand how to make sprites interact
You know how to do it (if not click HERE)
Webquest for Chocolate
Preparation of ULAB EVAL part C
Programming Final Project
Psychological Momentum in Hockey: Does fighting affect outcome?
Flappy bird Demo: Lesson 5 Flappy bird Demo:
Expanding Team Horizons
Building a Game in Scratch
Game Over Module 4 Lesson 2.
Module 10 – Scratch Project
Module 10 – Scratch Project
Lesson Objectives Understand the fundamentals of creating computer games. Introduce the ‘When and Do’ programming rules Experiment with Kodu’s capabilities.
Message game One person from each group( a messenger)
Creating a Simple Game in Scratch
Scratch Racing.
Lesson Eleven Moving Backgrounds.
Scratch – Simple Programming
Presentation transcript:

Helicopter scratch project By Erik Hoffman and Zack Ketrow Introduction

Erik figured out the movement of the helicopter and the scoring system. Zack made the backgrounds, fireball, and small improvements. Division of work

Description of project The helicopter needs to reach the end of the level two to win. If a fireball hits it the game is over. When the helicopter goes through a loop you gain a point and once you get enough points you go to the next level. Description of project

Testing problems/solutions The loops went through many design phases and functions but we decided that when the helicopter touched the loop it would disappear and you would get a point. Also the helicopter movement needed adjusting and the scoring system was tricky. Testing problems/solutions

Getting the movement we wanted was tricky at first Getting the movement we wanted was tricky at first. We started with just arrow keys moving you but went to copying a movement design already on the computer. The loops were also fun to try to get working. Things we enjoyed

In the end everything works great In the end everything works great. The helicopter flies well, the loops disappear when you hit them, and you lose when to hit a fireball. conclusion