Creating a Virtual Pet.

Slides:



Advertisements
Similar presentations
"Hunger games genre". Genre   
Advertisements

Animal Rescue Lesson 3. What will you do in this lesson?
Python Programming Using Variables and input. Objectives We’re learning to build functions and to use inputs and outputs. Outcomes Build a function Use.
Animal Rescue Lesson 2. What will you do in this lesson?
 Write the Learning objective onto your Self Assessment Sheet LO: Learn how to use different pages and add scoring to a game in Kodu.
 Write the Learning objective onto your Self Assessment Sheet LO: Learn how to add different types of paths to a world and control an enemy within a.
THE DEMOGRAPHIC TRANSITION MODEL. THE DTM. AIMS OF TODAY’S LESSON To learn about the demographic transition model. To learn how it can track and explain.
Scratch Helicopter Game
GAMING IN KODU – Lesson 5.
Games Programming in Scratch
Creating an Easter eCard
Randomising the behaviour of Sprites
Games Programming in Scratch
Binary Code Cracking.
Inputs and Outputs.
Finishing the Virtual Pet
Introduction to Flowcharts
Creating a quiz in Excel
Creating a Poster.
Creating graphs in Excel
Loopy Motion Control.
Computer Networks.
Animation Frames.
Creating a Presentation
Creating a Timetable.
Collating Data in Excel
Creating graphs in Excel
Wireless Internet.
Wireless Internet.
Creating a Student Marksheet
Human Computer.
GAMING IN KODU – Lesson 5.
GAMING IN KODU – Lesson 3.
GAMING IN KODU – Lesson 1.
Creating a Christmas Card with a Wee Mee
Self Assessment.
Creating a Presentation
Publisher Tools.
Creating a Brochure.
Rules of Integers.
Binary Code Cracking.
Creating a Multiplication Square
Writing an Evaluation.
Creating a Brochure.
Creating a Memo.
Formatting Styles in Word
Sensing and Variables.
Motion and Looks.
GAMING IN KODU – Lesson 2.
Self Assessment.
Creating a Poster.
Creating a quiz in Excel
And and or…and RANDOMNESS
Creating a Student Marksheet
Health and Safety.
Creating a Brochure.
Creating a Calendar.
Organising Slides.
Game Over Module 4 Lesson 2.
Creating a Calendar.
Creating an Interactive Quiz
CSE 115 September 12, 2008.
Organising Slides.
Creating a Multiplication Square
Adding fractions with like Denominators
Sensing and Variables.
Wants vs. Needs September 2nd, 2016.
Creating a Timetable.
Creating an Interactive Quiz
Lesson 4 - Market Research
Presentation transcript:

Creating a Virtual Pet

Learning Objective “Learn how to, independently, make a virtual pet in Scratch”. Write this Learning Objective onto Page 1 of your workbook. Friday, 21 September 2018

Learn how to, independently, make a virtual pet in Scratch Virtual Pets A simulation game where the goal is to look after a creature/animal to keep it alive. Learn how to, independently, make a virtual pet in Scratch

Learn how to, independently, make a virtual pet in Scratch Your Own Virtual Pet Create a Virtual Pet using Scratch. There is some help on page 16 of your workbooks to get you started. The game will need to include: A variable (starting at 0) to store Hunger. This will go up every 30 seconds. If Hunger gets up to 10 the pet will die. Learn how to, independently, make a virtual pet in Scratch

Learn how to, independently, make a virtual pet in Scratch Extension Task Try adding the following features to your game: Aging – make your pet get bigger as time passes. Make the pet change into a ghost and float off the screen when it dies. Add a variable for health which will go down over time and if it’s not fed often enough. Learn how to, independently, make a virtual pet in Scratch

Learning Objective “Learn how to, independently, make a virtual pet in Scratch”. Put  or  onto your Self Assessment page to show whether or not you have achieved today’s learning objective. Friday, 21 September 2018

Learn how to, independently, make a virtual pet in Scratch What can you remember? What do we use to store the pets’ hunger? How would you get the pet to change into a ghost and float off the screen? Learn how to, independently, make a virtual pet in Scratch