SlideShare a Scribd company logo
Creating a countdown timer
First create a ‘referee’ object.
Trees are good for this
Then program the ‘referee’
First line: Sets up
the start time
Second line:
Subtracts one
each second
From the ‘World’ menu item
you can set the score
visiblity to ‘quiet’
Spawning enemies
First create one enemy. Get it just right. Not too hard, not too easy
From the enemy’s ‘Change Settings’ menu, set to ‘Creatable’
Now it won’t appear in the
game unless you create it
Create a new object – a spawner – Saucers are good for this.
Program it to wander around
And use a timer to create enemies. You’ll find the action under
Actions, Create, Creatables. Your enemy should be there
Kodu Challenge
Make a game that:
• Includes a score and a timer
• Has enemies that spawn
• Has objectives
• Has a clear win and lose outcome
• Takes place in an interesting world
Cut
Program
Properties
Tools
Menu
Zoom
Colour
Size
Paste
Zoom
Select
Camera

More Related Content

PPT
Kodu game design
PPTX
How to deliver a game in kodu
PPTX
Designing games with kodu_game_lab_v1
PPTX
Game tech using kodu adarsha
PDF
PPTX
Construct 2 presentation
DOCX
The purpose and functions of components of game engines
PPTX
2. initial plans 1-2
Kodu game design
How to deliver a game in kodu
Designing games with kodu_game_lab_v1
Game tech using kodu adarsha
Construct 2 presentation
The purpose and functions of components of game engines
2. initial plans 1-2

What's hot (20)

PPTX
Game Design Document - Step by Step Guide
PPTX
Presentation2
PPTX
Chapt 1 (part 2) installing the sdk and exploring the workspace
PPT
Introduction To 3D Gaming
PPT
Design Document
PPTX
Chapt 2 storyboarding techniques
PPTX
Game Development Club Universitas Multimedia Nusantara - Game Design Crash Co...
PPTX
Invent-a-Game
PPTX
Hidden object games? Easily!
PPTX
Task 3.2 my computer game concept in detail presentation [my name] - 2017
PPTX
Introduction to Unity3D and Building your First Game
PPTX
Chapt 1 (part 1) mobile apps framework and platforms
PDF
Game design document template for serious games
PPTX
The Elder Scrolls V: Skyrim
DOC
Shadow fight 2 blog
PPTX
Unity 3d Basics
PPTX
Game ideas presentation
PPTX
The Elder Scrolls V: Skyrim
PPTX
Making treasure art
Game Design Document - Step by Step Guide
Presentation2
Chapt 1 (part 2) installing the sdk and exploring the workspace
Introduction To 3D Gaming
Design Document
Chapt 2 storyboarding techniques
Game Development Club Universitas Multimedia Nusantara - Game Design Crash Co...
Invent-a-Game
Hidden object games? Easily!
Task 3.2 my computer game concept in detail presentation [my name] - 2017
Introduction to Unity3D and Building your First Game
Chapt 1 (part 1) mobile apps framework and platforms
Game design document template for serious games
The Elder Scrolls V: Skyrim
Shadow fight 2 blog
Unity 3d Basics
Game ideas presentation
The Elder Scrolls V: Skyrim
Making treasure art
Ad

Similar to Kodu controls (20)

PPTX
Cristian galliano presentation
DOCX
Workflow
DOCX
Workflow
DOCX
Game maker assignment v3
DOCX
Work flow
PPTX
Super Gun Kids: The Making Of by Iain Lobb
PPT
Computer Games Inner Workings - I. Loukeris AIT
DOCX
Documentation
PDF
intern.pdf
PPTX
Proposal of 3d GAME Final Year Project
PDF
Controlling Project Size for Student/Hobby Videogame Development
DOCX
Plan
DOCX
GameMaker Workflow
PPTX
Valiant Description
DOC
2d game printscreens
PDF
Lecture 4: ITS488 Digital Content Creation with Unity - Game and VR Programming
DOCX
Making My Game
PPTX
Level Design Course Intro and Assingnts
PPSX
Street runner final
DOCX
Game maker workflow
Cristian galliano presentation
Workflow
Workflow
Game maker assignment v3
Work flow
Super Gun Kids: The Making Of by Iain Lobb
Computer Games Inner Workings - I. Loukeris AIT
Documentation
intern.pdf
Proposal of 3d GAME Final Year Project
Controlling Project Size for Student/Hobby Videogame Development
Plan
GameMaker Workflow
Valiant Description
2d game printscreens
Lecture 4: ITS488 Digital Content Creation with Unity - Game and VR Programming
Making My Game
Level Design Course Intro and Assingnts
Street runner final
Game maker workflow
Ad

More from grahamwell (20)

PPTX
Pseudocode
PPT
Excel =if function
PPT
Excel Min max-average
PPTX
What is binary and why do we use it?
PPTX
Introduction to touch develop
PPTX
Introduction to touch develop
PPTX
The software story
PPTX
Turtle graphics
PPTX
Database field types
PPTX
Databases 101
PPT
Pascal names and types
PPT
Python part two names and types
PPTX
Abstraction - Year 9
PPTX
Thinking about your project
PPTX
The rail fence
PPT
Lesson 1
PPT
Rsa encryption
PPT
Server side scripts
PPTX
Revision topic 1 sensors and control
PPTX
Mtslesson
Pseudocode
Excel =if function
Excel Min max-average
What is binary and why do we use it?
Introduction to touch develop
Introduction to touch develop
The software story
Turtle graphics
Database field types
Databases 101
Pascal names and types
Python part two names and types
Abstraction - Year 9
Thinking about your project
The rail fence
Lesson 1
Rsa encryption
Server side scripts
Revision topic 1 sensors and control
Mtslesson

Kodu controls

  • 1. Creating a countdown timer First create a ‘referee’ object. Trees are good for this Then program the ‘referee’ First line: Sets up the start time Second line: Subtracts one each second From the ‘World’ menu item you can set the score visiblity to ‘quiet’
  • 2. Spawning enemies First create one enemy. Get it just right. Not too hard, not too easy From the enemy’s ‘Change Settings’ menu, set to ‘Creatable’ Now it won’t appear in the game unless you create it Create a new object – a spawner – Saucers are good for this. Program it to wander around And use a timer to create enemies. You’ll find the action under Actions, Create, Creatables. Your enemy should be there
  • 3. Kodu Challenge Make a game that: • Includes a score and a timer • Has enemies that spawn • Has objectives • Has a clear win and lose outcome • Takes place in an interesting world