Kodu End of Unit Assessment.

Slides:



Advertisements
Similar presentations
Key Stage 3 ICT Lesson 2 - Programming. Starter Start Kodu. Re-familiarise yourself with how it works. Play some of the pre-made games. Try and change.
Advertisements

Simple Machines What Makes them Simple??.
Coin Value Click here to begin Click here to begin.
Identify and state the value of a penny, nickel, dime, quarter Level 1 CLICK HERE TO START LEVEL 1.
This game is loosely based on the Whack-A- Mole arcade game.  Each game starts with 45 seconds of play.  Moles randomly pop out of holes on the landscape.
Frogger Around the World arcade game. -distribution by Sega/Gremlin, and developed by Konami -13 sequels Frogger.
JEOPARDY Click here and type Category 1 Click here and type Category 2 Click here and type Category 2 Click here and type Category 3 Click here and type.
Click Here to Begin the Game CHOICE 1CHOICE 2CHOICE 3 CHOICE CHOICE
SELECT A LESSON 1. A WORLD AND CHARACTERS 2. PATHS AND ENEMIES 4. USING PAGES TO CHANGE THE RULES 5. GAME ANALYSIS AND DESIGN 6-7. CREATING YOUR OWN GAME.
LO: Learn how to develop your game further to include interactions with the device.
Percentages L.O. to understand percentages as a fraction of 100.
VAVLPVCTYMAUS PSABLADDERZSB EBSANTESHTICL RLDUDSKTTVSRA EDEARCENEAUOD CRFNORSASINTD TPEUUOCPTDATP UNRTMTRBEEXME MIEUSUULSNSNN USNMEMNISAIIT AESXSVPENNISI.
What Do You Expect? 7th grade Expected Value Vocabulary Terms Two-Stage Games Probability.
QPLNHTURBIOTS CADAIASOINCOS OSTPOSTLGVAGT AJRLFKLEROUEA CLARITYSOLSTB HTEAMVSRUVAHI INTERACTPELEL NAPKSOCIALIRI GSOCIOGRAMTST CONFORMITYYTY 14 WORDS ANSWERS.
Algorithms In general algorithms is a name given to a defined set of steps used to complete a task. For example to make a cup of tea you would fill the.
HOMEWORK QUESTIONS?. 5.2 TWO-WAY TABLES PROBABILITY MODELS A probability model describes chance behavior by listing the possible outcomes in the sample.
Test Your Knowledge. x + 3 =6 a.5 b.4 c.3 d.2 y - 11= 78 a. 69 b. 89 c. 87 d. 68.
 5 Core Elements to Game Design Courtesy of Gamestar Mechanics.
L.O. To understand programming code, to navigate and add objects into Kodu. Start Menu  Primary Applications  ICT  Kodu.
Type your question here. Type Answer Type your question here. Type Answer.
Surface Area Geometry Volume.
Marble Racer. 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.
ICT and Health & Safety Lesson 5. Starter – 5 minutes write Lessons Aims in space provided in booklet Lesson Aims: To begin to collect information for.
 Write the Learning objective onto your Self Assessment Sheet LO: Understand the importance of testing and reviewing a game to make it better.
Basketball National 5 Lesson 8. Today we will…  Approaches to developing performance  Conditioned Game  Unit assessment (written responses)
 Write the Learning objective onto your Self Assessment Sheet LO: Learn how to create a world and control a character using Kodu.
 Write the Learning objective onto your Self Assessment Sheet LO: Learn how to use different pages and add scoring to a game in Kodu.
Quiz Title Your name goes here. Question 1 Click here for answer Click here for answer Go to question 2 Go to question 2.
Click me for movie Get a 100% before moving on to next slide Screenshot here.
KREATIVE KOMPUTING WITH KODU WITH SOME KROSS-KURRIKULAR OPPORTUNITIES FOR LEARNING JAN HARRISON.
Kodu Tinkering. Today we are learning about: Kodu & Tinkering ●I can explore Kodu for myself.
Scratch Helicopter Game
GAMING IN KODU – Lesson 5.
Broadcasting (Adding a new level)
Games Programming in Scratch
CREATE - ASSESSMENT LEVEL GRADE CREATE: Your final Game design.
Game Depth and Complexity
Scratch 7B IT1.
Exploring Mathematical Relationships Module 5: Final Challenge
Step 1: Make sure your map is pointing north
Click here for the answer. Click here for the answer.
Click here for the answer. Click here for the answer.
Scratch – Simple Programming
Click here for the answer. Click here for the answer.
Explain what touch develop is to your students:
CLICK HERE TO BEGIN THE GAME!!
LO1.3 /4: Game Genre and Game Objectives
Explain what touch develop is to your students:
GAMING IN KODU – Lesson 5.
GAMING IN KODU – Lesson 3.
GAMING IN KODU – Lesson 1.
Explain what touch develop is to your students:
SATP Samples.
மீன்’ பிடிப்போம்’.
L.O. place the learning objective here
Half Term 1 Please type your name here:.
Game review By ?.
1st 9 Weeks TEST REVIEW 10/21/2015.
Lesson Objectives Build your very own game from scratch using the skills you have learnt so far.
Explain what touch develop is to your students:
Click on a number block to go to a question. Blocks 1, ,4, 5, 8, 10, 12, 15, 16, 17, 19, 21, 23, 24, 25 will.
GET THE TEMPLATE AND INSTRUCTIONS
Click here for the answer. Click here for the answer.
Introduction to coding through Kodu
6 Figure Grid References
Explain what touch develop is to your students:
Scratch 7B IT 1.
Scratch 7B IT 1.
Scratch – Simple Programming
Presentation transcript:

Kodu End of Unit Assessment

Learning Outcomes: LO1 Create basic pseudo code for a Kodu game LO2 Apply syntax of Kodu to coding blocks LO3 Create a Frogger Game in Kodu.

Scenario http://www.youtube.com/watch?v=uB62ASeaNgE Your task is to create a game similar to the arcade game Frogger. A Frogger game has a character that tries to get to the other side of the world without being killed by the other characters moving along paths.

Task 1 Your bullet pointed list should go here: Write a list of all the things you will have to change in a new world to create the game described. Your bullet pointed list should go here:

Task 1 Continued Extra space for your bullet pointed list…

Coding the Game Re-order the coding blocks for the game. Click and drag the blocks. Hint: There are more blocks then are required for each line of code. Read the description of what the code should do carefully.

Which coding blocks? Making the Kodu Character Move: Making the game finish when Kodu gets to the other side:

The Jet character will move along a specific coloured path: The Jet should damage the Kodu’s health when they touch bump into each other:

The Kodu scores a one point every time he collects a coin: The Kodu can increase its health by collecting a heart:

How can you change the speed of the character How can you change the speed of the character? How can you make the game look more interesting? Write your answer here: Write your answer here:

Create your Frogger Game