You are on page 1of 192

What is Kodu?

Kodu is a visual programming language made specifically for creating games. It is


designed to be accessible for children and enjoyable for everyone

Kodu provides easy tools to create elaborate 3D landscapes, and control the lighting and
camera
Kodu programming involves selecting visual tiles for a condition (WHEN) and an action (DO)

Students can learn about cooperation, logic and creativity, not just about programming

What is Kodu? 1
Kodu is a rich tool for narrative creation and storytelling pulling users into creating stories
Kodu demonstrates that programming is a creative medium

What Can Kodu Teach?


Kodu introduces the logic and problem solving of programming without complex syntax
- Kodu introduces conditions and sequence, and is object-oriented
Kodu builds real world, 21st century skills by challenging users to analyze a problem deeply
and structure their solution an approach applicable to all academic subjects, business and
personal relationships

Who Can Use Kodu?


Anyone!
- It can be taught by any teacher, no previous programming expertise required
- Ages 8 and up typically have the most success

How Do I Get Started?


Download Kodu for free from fuse.microsoft.com/kodu

You can start by playing the games that come with Kodu Xevon 07 is one of our favorites. You
can either use your mouse and keyboard or an Xbox Controller to play Kodu.

For background and context, check out the postings on our blog:
http://community.research.microsoft.com/blogs/kodu/default.aspx

How do I view the Code?


To view code, press the escape button on the keyboard or the back button on the controller to
enter edit mode. Then choose the kodu tool from the toolbar at the bottom, move to an object in
the world, and right click (mouse) or press the Y button (controller). To practice coding, go to
Tutorial 01 and select the Kodu character who wants to get to the castle.

How Do I Create A New Game?


When youre ready to build your own game, a great starter tutorial is at:
http://www.stuartridout.com/post/365351273/this-is-my-first-tutorial-using-kodu-demonstrating

How Can I Share A Game?


From the Load World menu (where you see all the games), select on your game. A menu will
pop out to the right with a choice of Play, Export or Delete. Choose Export. The game will be
saved to My Documents/SavedGames/Boku/Player1/Export its a small file and can easily be
emailed. You can also share it with others at www.planetkodu.com

What is Kodu? 2
Kodu Curriculum: Getting Started
with Keyboard and Mouse

PC Requirements
1. Kodu requires a Windows Operating System
2. DirectX9 graphics
3. Shader Model 2.0 or greater.

How to Check Your DirectX Version


For Windows 7 or Vista: In Start Menu type into the search box the letters Cmd For
Windows XP: In Start Menu select Run and then type Cmd (on Windows XP).
Next, in prompt type Dxdiag. The first tab will list your DirectX Version.

If you do not have .NET Framework v3.5 and XNA Game Studio v3.1, the installer will prompt you
to install these.

Download Kodu from http://fuse.microsoft.com/kodu

Optimizing Kodu to Run on Your PC


If the game is displaying smoothly, your frame rate is acceptable. (For a good gaming experience,
you will need a frame rate of at least 20 frames per second.)

If Kodu is jerky when you try to use it, there are some steps to improve the experience.

How to View the Frames per Second


Select Configure Kodu Game Lab from the PCs programs menu, this will open the
Configuration Tool Panel. Check Frames per Second

Kodu Curriculum: Getting Started with Keyboard and Mouse 1


The next time the Game Lab is started, the Frames per Second (fps) will be displayed. This
display can also be turned off by un-checking Frames per Second in the configuration tool panel
at any time.

How to Increase the Frame Rate


Change from Shader Model 3 (if selected) to Shader Model 2 in configuration tool panel
Deselect Fullscreen
Use the dropdown box in the configuration tool to reduce your screen resolution this will
decrease the detail of the image, thereby using less processing power.
Uncheck the 3 graphical options (glow, anti-aliasing and animation)

NOTE ABOUT LAPTOPS: On certain laptops with integrated graphics, Kodu may not perform
optimally, but you can still get a sense of the tools and flow of the game.

Kodu Curriculum: Getting Started with Keyboard and Mouse 2


Entering the Program

1. Kodu can be found under the


Microsoft Research grouping on
your Program menu.

2. Once in Kodu, you should


choose the Load World

Once here you can either view


existing games or start a new
game.

For more detailed information on navigation:

http://community.research.microsoft.com/blogs/kodu/archive/2010/01/15/tutorial-1-
basic-navigation.aspx

Kodu Curriculum: Getting Started with Keyboard and Mouse 3


Exploring the Worlds

1. After choosing Load World, you can select


an Existing World (game)or an Empty World
to start a new world.

We recommend first exploring the existing


games. (Some are full games, others are
worlds that have been designed but may not
have game play.) By default they are sorted
by date. Filters and sorts can be set at the
top.

2. By default you can see all worlds. Some


are titled as Tutorials to help you get
started; others are titled Technique to
demonstrate specific procedures.

The tutorials are highly recommended at


this point. To locate the first tutorial. Use
your arrow key and scroll towards the end.
The first tutorial is titled Tutorial 01 v03

Not All Worlds Support Mouse and


Keyboard
Currently, not all games support both mouse and
keyboard and Xbox controller play.

When you save a game, you can associate a tag


with it, and on the Load Level menu you can
search for worlds tagged with either
keyboard/mouse or controller.

Kodu Curriculum: Getting Started with Keyboard and Mouse 4


All Worlds Start in Play Mode

When you load a world, it starts in the play mode,


though it may first have instructions to inform you
of how different games work.

For more detailed information on the Load Level Menu:

http://community.research.microsoft.com/blogs/kodu/archive/2010/01/29/tutorial-3-
load-level-menu.aspx

Kodu Curriculum: Getting Started with Keyboard and Mouse 5


Viewing the Code

3. To see how the world was constructed,


click escape to edit.

You will then see a strip of editing


tools at the bottom.

4. The Kodu icon lets you add a new


character or object by clicking in a space
without an object, or edit an existing
object, by moving the puck to a space
where an object is.

There are 20 types of characters,


each with different properties.

5. To view the code, move the puck to an


object or character.

The object will glow, and you then


right click to see the code.

For more information on the Edit Menu tools:


http://community.research.microsoft.com/blogs/kodu/archive/2010/01/21/tutorial-2-
edit-tools.aspx

Kodu Curriculum: Getting Started with Keyboard and Mouse 6


Creating a New World Terrain and Characters

To create a new world, you must first have terrain.

Terrain is created by painting with the terrain tools. You can select a color and a brush type
(square, oval, square line, oval line).

One easy way to make terrain is to increase the brush size (using the right arrow) and just put
down a single square

The other tools for dealing with terrain let you raise and lower the terrain, and smooth or
make jagged the elevations
Any water that is added, must have terrain or land under it. By default, each world starts
with glass walls, so water stays contained and nothing can fall off the edges.
After you have created terrain, you can add and program objects and characters as
described above

For details on the different characters that are available:

http://planetkodu.com/tutorials/view/Introducing_the_Bots

Kodu Curriculum: Getting Started with Keyboard and Mouse 7


Coding in Kodu

All Kodu code statements start with a When condition, followed by a Do condition to be
executed. The choice of tiles at any point is determined by what went before. Conditions
are evaluated simultaneously. If there are no tiles in the When area, then the action will be
done at all times.

The switch to page x construct is used for code to be run only after a specific event or
condition has been achieved it is used to create multiple states for a character or object.

Tiles have help demonstrating how they can be used. (Shown above press F1 to see the
help.)

Each help screen also provides examples of how to use that particular tile. The example
code can be inserted directly by clicking on the image of the A button. You can scroll
through examples by clicking on the L in a circle on the left:

Kodu Curriculum: Getting Started with Keyboard and Mouse 8


Trying Out Code
When you are done coding, or want to try out the code you have just written, press the escape
key to return to the tools menu, then the escape key again to run the game.

Kodu Curriculum: Getting Started with Keyboard and Mouse 9


Trying Out Code
When you are done coding, or want to try out the code you have just written, press the
escape key to return to the tools menu, then the escape key again to run the game.

Kodu Curriculum: Getting Started with Keyboard and Mouse 10


1. Kodu Curriculum: Getting Started with
Xbox and Controller

On the Xbox, Kodu is an Indie game and can be bought for 400 points. It requires a
continuous Xbox Live connection.

Entering the Program

1. Kodu can be found under the


Microsoft Research grouping on
your Program menu.

2. Once in Kodu, you should


choose the Load World

Once here you can either view


existing games or start a new
game.

For more detailed information on navigation:

http://community.research.microsoft.com/blogs/kodu/archive/2010/01/15/tutorial-
1-basic-navigation.aspx

Kodu Curriculum: Getting Started with Xbox Controller 1


Exploring the Worlds

1. After choosing Load World, you can select


an existing game or an Empty World to start
a new world.

We recommend first exploring the existing


games. (Some are full games, others are
worlds that have been designed but may not
have game play.) By default they are sorted
by date. Filters and sorts can be set at the
top.

2. By default you can see all worlds. Some


are titled as Tutorials to help you get
started; others are titled Technique to
demonstrate specific procedures.

The tutorials are highly recommended at


this point. To locate the first tutorial. Use
your arrow key and scroll towards the end.
The first tutorial is titled Tutorial 01 v03

All Worlds Start in Play Mode

When you load a world, it starts in the play


mode, though it may first have instructions to
inform you of how different games work.

For more detailed information on the Load Level Menu:

http://community.research.microsoft.com/blogs/kodu/archive/2010/01/29/tutorial-
3-load-level-menu.aspx

Kodu Curriculum: Getting Started with Xbox Controller 2


Viewing the Code

1. To see how the world was


constructed, click the back arrow on
the controller to edit.

You will then see a strip of editing


tools at the bottom.

2. The Kodu icon lets you add a new


character or object by clicking in a
space without an object, or edit an
existing object, by moving the puck to
a space where an object is.

There are 20 types of characters,


each with different properties.

3. To view the code, move the puck to an


object or character.

The object will glow, and you then


right click to see the code.

For more information on the Edit Menu tools:


http://community.research.microsoft.com/blogs/kodu/archive/2010/01/21/tutorial-
2-edit-tools.aspx

Kodu Curriculum: Getting Started with Xbox Controller 3


Creating a New World

To create a new world, you must first have terrain.

Terrain is created by painting with the terrain tools. You can select a color and a brush type
(square, oval, square line, oval line).

One easy way to make terrain is to increase the brush size (using the right arrow) and just put
down a single square

The other tools for dealing with terrain let you raise and lower the terrain, and smooth or
make jagged the elevations
Any water that is added, must have terrain or land under it. By default, each world starts
with glass walls, so water stays contained and nothing can fall off the edges.
After you have created terrain, you can add and program objects and characters as
described above

For details on the different characters that are available:


http://planetkodu.com/tutorials/view/Introducing_the_Bots

Kodu Curriculum: Getting Started with Xbox Controller 4


Coding in Kodu

All Kodu code statements start with a When condition, followed by a Do condition to be
executed. The choice of tiles at any point is determined by what went before.
Conditions are evaluated simultaneously. If there are no tiles in the When area, then the
action will be done at all times.

The switch to page x construct is used for code to be run only after a specific event or
condition has been achieved it is used to create multiple states for a character or
object.

Tiles have help demonstrating how they can be used. (Shown above press F1 to see
the help.)

Each help screen also provides examples of how to use that particular tile. The example
code can be inserted directly by clicking on the image of the A button. You can scroll
through examples by clicking on the L in a circle on the left:

Kodu Curriculum: Getting Started with Xbox Controller 5


Trying Out Code
When you are done coding, or want to try out the code you have just written, press the
escape key to return to the tools menu, then the escape key again to run the game.

Kodu Curriculum: Getting Started with Xbox Controller 6


Kodu Curriculum:
Single Session Intro
Table of Contents

Kodu Curriculum: Single Session Intro ...................................................................... 2

Kodu Description .................................................................................................................... 2

Teaching with Kodu ................................................................................................................ 2

Basic Navigation (5 min)...................................................................................................... 3

Creating a Simple Program (15 min) .................................................................................. 4

Student Activity 1: Eating Apples (15 min) ............................................................................ 5

Editing Your World (15 min) ................................................................................................ 6

Student Sheet Activity 2: Landscapes (15 min) ...................................................................... 7

Appendix: Surveys ............................................................................................................... 8

Kodu Curriculum: Single Session Intro 1


Kodu Curriculum: Single Session Intro
This curriculum is designed as a resource for classes and after school programs who want to
introduce Kodu using a single session. If this session is successful, programs can follow-up with
the multi-session curriculum. It also works for a single session demo or mini-camp.

Kodu Description
The core of the Kodu project is the programming user interface. The language is simple and
entirely icon-based. Programs are composed of pages, which are broken down into rules, which
are further divided into conditions and actions. The Kodu language is designed specifically for
game development and provides specialized primitives (the nouns, adjectives, and verbs of the
language) derived from gaming scenarios. Programs are expressed in physical terms, using
concepts like vision, hearing, and time to control character behavior. Kodu can express
advanced game design concepts in a simple, direct, and intuitive manner.

Teaching with Kodu


Teaching programming concepts in a single session can be challenging, but goals of a single
session program should be modest. We suggest that single sessions aim to pique students
interest in Kodu and programming concepts.

This curriculum is divided into two parts.

1. Simple Programming: We provide a tutorial and a student activity in which objects and
simple programming concepts are introduced.
2. Simple Landscape Creation and Editing: Time permitting, educators can use the
second half of this curriculum Editing Your World to discuss Landscape Creation
Both aspects of game creation are typically quite interesting to students and we suggest that
both concepts be introduced time permitting.

Student Activity Guidelines


After each lesson, this curriculum provides complementary Student Activities. These enable
students to try out concepts that were discussed in the large group. These are designed as
worksheets to be printed so that each student can work through the material at their own pace.

Students will often need to work in groups of 2-4. If students are working in groups, it is very
important that students take turns using the controller or mouse.

Kodu Curriculum: Single Session Intro 2


Basic Navigation (5 min)
Before having the students log on to Kodu, it is useful to quickly walk them through the game
creation environment. This should take no longer than 5 minutes and should enable your class
to navigate through Kodu more quickly.

Here are some of the top menus:

This is the first screen you will see after loading Kodu. If you have
Main Menu played games before, the top menu item will be Resume. Choosing
this will reload the last world you had open and start playing
(PlayMode). If you want to select a new game, you can Load World.

Across the center of screen is a list of saved worlds. You can scroll
Load Level through the list using the left and right shoulder on a controller, or the
arrow keys on the keyboard. Select the world you are interested by
pressing the button, or the enter key. Although it is possible to
create worlds from scratch, Kodu comes with a number of pre-built
worlds. These worlds come with land and may also include pre-
programmed characters. In this lesson we will start by modifying a
pre-built world.

Each world starts in the Play Mode. You can toggle between Play
Play Mode and Edit mode using the back button on your Xbox Controller, or the
escape button on your keyboard.

To enter into EditMode, you must press the back button (for
Edit Mode controller) or escape button (for keyboard). EditMode is where you
will probably be spending most of your time. You know you are in
EditMode because you can see the Toolbar at the bottom of your
screen. Navigate through the Toolbar using your right and left trigger
(controller), or right and left arrows.. Here you can create the
landscape for your game world, populate it with bots and program
their behaviors.

You can get here by pressing Play on the controller, or Home on the
Mini Hub
keyboard. The Mini Hub will let you go back to the world youre
currently working with, save your current world and any changes
youve made, load another existing world, start with a completely
blank work or go back to the MainMenu.

Kodu Curriculum: Single Session Intro 3


Creating a Simple Program (15 min)
Upon completion students will be able to:

Navigate menus in Kodu


Access the programming mode of Kodu, potentially adjusting simple code for a specific
purpose

Set-Up
To prepare for this lesson, the instructor will need to create a simple program in Empty World.
Add several trees and a cycle with the following program: When: always Do: move wander;
When: see tree closeby Do: move avoid. Rename this, Demo1.

Intro
Begin the class by opening the world you just created; Demo1. Ask the students to observe the
cycles behavior. Have volunteers explain what the cycle is doing. Explanations might be
something like:

Cycle is moving around.


Cycle is avoiding the trees.

Object Tool
Now, show the students the program that is running this set of behaviors for the cycle. The
Object Tool on the ToolBar is the tool that you will use to add objects to the world and program
them. To edit an object, you must hover over that object. Pick up an object using and edit its
program with , with a controller, or by moving to the object with the mouse and right-clicking.

Viewing a Program
Ask the students to describe what the code is telling the cycle to do (it should be the same set of
actions as above). After students successfully explain the code, ask volunteers to modify the
code for the following set of behaviors.

When appropriate, have the student who made the suggestion come modify the code in front of
the class and explain why their solution did or didnt work.

Add a tree to the world.


Make this tree blue.
Adjust the cycles behavior so that it only avoids the blue tree. (Adjust the second line of
code to read When: see blue tree closeby + Do: move avoid.)
Kodu Curriculum: Single Session Intro 4
Student Activity 1: Eating Apples (15 min)

Objectives: Add object, change color, select object, create sequential program for object.

Directions: We just went over some of these steps. Now work with your groups to complete
each of the following, check it off your list.

Make sure each member solves some of these TO DOs. Work together to come up with the
best solution. Check in with your teacher once you are done or if you are having trouble.

To Do Checklist:
Open the world Small with water.
Add an apple.
Make this apple blue.
Add Kodu to your level.
Make Kodu find the apple that you just added.
Make Kodu eat the apple once he finds it. (Hint: You may also need to tell Kodu to avoid
the water.)

Then, you are free to play with adding other objects, adjusting Kodus behaviors, changing the
environments. Keep this level open because you will use it for activity 2. Ask for help if you
need it.

Challenge Activity

CONTROLLER VERSION: If you do not already control Kodu with your Xbox controller,
change your program so that you can drive Kodu to the apple. (The left stick controls
movement).
KEYBOARD VERSION: Change your program to use either the arrow keys to move the
Kodu (WHEN-keyboard-DO-move, or WHEN-left-mouse-DO-move-towards)
What other things can you control with your Xbox controller or mouse?

Kodu Curriculum: Single Session Intro 5


Editing Your World (15 min)

Objective

1. Change and create a Kodu environment

2. Use tiles for setting and the development of tone and mood of game world

After the students complete the first activity, if there is time, ask students to reconvene for a final
lesson. Note: If time is short you may not be able to complete this half of the lesson.

Students will already know how to create and program objects. Here, students will learn to
modify the landscapes in their games. Creating and changing the Kodu landscape is one of the
most interesting initial activities for early users of Kodu. They often spend hours changing and
designing intricate landscapes in which their games and animations operate. Landscapes often
also set the tone for actions that follow. Ask for student volunteers to operate several of the
landscape featuressome of them will have likely used the landscape feature during the
previous example. Using the same demo world that you created for Lesson 1 (Demo1) ask
volunteers to:

Add/delete land to the existing landmass [Choose green paintbrush in the toolbar. With a
controller, select the appropriate landscape material by pressing (Y) and selecting one
from the toolbar. Next, select the brush shape (X) and brush size (D-pad). By using the left
stick and holding down either the right trigger to add land or the left trigger to delete land,
students can draw the landscape. With mouse, click on the four small terrain icons to the
left of the paint brush to pick a material (arrow keys to select material), and click on the
four brush shapes to pick a brush shape (arrow keys to select). You can then use the
arrow keys to increase or decrease the size of the brush. Click to paint the terrain.
Add land of a different color/texture around the perimeter of the landmass [Use same
steps as before, only change the landscape material and perhaps the brush size. The
speed of land addition or subtraction can be controlled by the degree to which the
controller is shifted.]
Create hills and valleys; use the smoothing feature [Select the raise the lower icon from
the toolbar. Again, using the Brush Picker and Brush Size. The speed of land raising and
lower can be controlled by the degree to which the triggers are pressed on the controller,
the speed cannot be controlled with mouse and keyboard.] Also note to students that the
smoothing out feature allows a less jagged landscape which also allows maneuverability.]
This is a good opportunity to talk about the remaining items in the ToolBar. As students work
through how they create a feature, ask them to verbalize what they are doing and tell them that
it is like thinking out loud and that mistakes might happen. Reinforce the idea that if a problem

Kodu Curriculum: Single Session Intro 6


occurs that we should all think about how to solve it. If they dont change the brush or select a
type of land or water, prompt them to do so.

Student Sheet Activity 2: Landscapes (15 min)

Objectives: Create and alter landscape using various land editing tools

Directions: We just went over the different tools for creating a landscape. It is your turn to
try it out with your group. As you complete each of the following, check it off your list. Make
sure each member solves some of these TO DOs.

Work together to come up with the best solution. Check in with your teacher once you are
done or if you are having trouble.

Go to Empty World.
Create a landmass using any material you like.
Create an island (Hint: Water cannot be added unless it has land to rest on.)
Create a plateau (a flat area of land); Now make this area of land bumpy using your
toolbar selections.

Extra Challenge

After you complete these tasks work together with your group to add objects to this world.
Can you program these objects?

Kodu Curriculum: Single Session Intro 7


Appendix: Surveys

Supplementary Exercise in Programming an Unsuspecting Avatar


An in-class exercise is handy to prime students with some idea of what it is like to program
games in Kodu. If time permits, it is beneficial to start sessions with this activity.

Materials:
3 red apples (balls or some other colored object will do)
2 green apples
1 bag
1 or 2 blind folds

Inform the class that in Kodu they will need to:


Select a character(s) and make it behave and react in certain ways,
Build an environment in which the characters operate
Fill that environment with objects that the characters either interact with or not
Create rules and reactions that allow the characters to function in the environment
Ask for a student volunteer to act a Kodu character. Have him or her sit in a chair in the middle
of the room and blind folded. Then ask the other students how the room should be arranged to
create environment of Kodu. Tell them that you have 5 objects to place in the environment (3
red apples and 2 green). Place them in different spots in the room. Inform them that we need to
direct our Kodu character to find and pick up the apples. Note that every action must be outlined
and described.

To help organize their commands inform them that the character only listens to you, so they
need to filter the commands and ask for clarification should something be vague or difficult to
enact. Depending on how energetic your students are, you may need to call on students. Keep
asking questions about how, when, and where. Feel free to unblindfold the student if they are
prompted to see (this is command in Kodu after all).

Consider during the exercise that Kodu can move forward, backward, north, south east and
west and that it can faster and slow. It can see, hear, and distinguish color. It can jump, turn and
bump up against things. It can be programmed to move toward and away from certain objects. It
can also express love, anger, sadness, and craziness.

Kodu Curriculum: Single Session Intro 8


Kodu can say things through text as well. Kodu can even wait at places or move between
places within a certain amount of time. BUT all these actions and reactions need to be
programmed by the user. So as you take commands from the class, be sure to continually ask
them how, when, why, and where in order to get increasingly detailed about the action.

A typical scenario might be:

Teacher: We want Kodu to do something that involves these apples. Lets try to just move
our Kodu to the apple and put it in his bag. What would be the first we would tell
it to do?

Student: Move to the apple?

Teacher: How? Does he walk?

Student: Yes, he walks?

Teacher: Fast or slow?

Student: Fast.

Teacher: How does he know when? What prompts him to move?

Kodu Curriculum: Single Session Intro 9


Kodu Curriculum:
Keyboard and Mouse
Table of Contents

Kodu Curriculum: Keyboard and Mouse..................................................................... 2


Teaching with Kodu ................................................................................................................ 3
Kodu Curriculum Scope and Sequence ................................................................................. 5
Session 1: Navigating, Intro to Programming Concepts, Adding Objects ..................... 6
Student Sheet Activity 1: Eating Apples ................................................................................ 5
Session 2: Creating a Landscape ....................................................................................... 6
Student Sheet Activity 2: Making Landscapes ..................................................................... 10
Session 3: Using Controller to Move Characters, Create Paths, and Set Behaviors... 11
Student Sheet Activity 3: Object Behavior and Paths ......................................................... 15
Session 4: Making Clones and Creatables ...................................................................... 16
Student Sheet Activity 4: Characters and Plot ..................................................................... 18
Challenge Activity ................................................................................................................. 19
Supplementary Activity ......................................................................................................... 19
Session 5: Starting Unique Stories and Characters ....................................................... 21
Student Sheet Activity 5: Mood and Tone ............................................................................ 22
Session 6: Strategy, Mood and Tone ............................................................................... 23
Student Sheet Activity 6: Creatables .................................................................................... 26
Session 7: Changing Behaviors Using Pages, Establishing, and Shifting Perspectives
............................................................................................................................................. 27
Student Sheet Activity 7: Camera Angles and Shifting Behavior ......................................... 30
Session 8: Power Ups, Health, and Timer ....................................................................... 31
Student Sheet Activity 8: Timers, Health and Power Ups ................................................... 34
Session 9: More on Scoring - Basics to Communication ............................................... 35
Student Sheet Activity 9: Scoring and Behavior .................................................................. 36
Kodu Finale: Student Presentations ................................................................................ 37
Student Presentations .......................................................................................................... 37
Follow-Up Survey ................................................................... Error! Bookmark not defined.

Kodu Curriculum: Keyboard and Mouse 1


Kodu Curriculum: Keyboard and Mouse
Welcome to keyboard version of the Curriculum for Kodu (keyboard version)! What follows is a
resource for using Kodu as part of a class, after school program, or summer camp. This
provides a basic scope and sequence intended to introduce instructors and students to the
Kodu application, and basic computer programming concepts, and it suggests ways that Kodu
might be used to complement traditional curriculum.

The main goal of Kodu is to expose students to computer programming in a fun environment,
while getting them excited about potential careers in computer science by allowing them to
create their own games. This makes them producers of their own media rather than just
consumers of it. More specifically, after using Kodu, students will:

Better understand the steps involved in creating a computer program


Improve problem solving skills, and foster problem solving practices
Follow online and offline directions more fluidly
Learn to compose stories in an alternative format and through varying mediums
Implicitly practice math through branching and scoring
Develop more positive attitudes towards computer programming
Create increasingly complex games thus showing a deeper understanding for complex
coding sequences
Show evidence of perspective taking and empathy in game play
Collaboratively work to create innovative solutions

Kodu Description
The user interface is the foundation of working with Kodu. The language is simple and entirely
icon-based. Programs are composed of pages, which are broken down into rules, which are
further divided into conditions and actions. The Kodu language is designed specifically for game
development and provides specialized primitives (the nouns, adjectives, and verbs of the
language) derived from gaming scenarios. Programs are expressed in physical terms, using
concepts like vision, hearing, and time to control character behavior. Kodu can express
advanced game design concepts in a simple, direct, and intuitive manner.

Kodu Curriculum: Keyboard and Mouse 2


Teaching with Kodu
We suggest that the best way to teach Kodu is About the Developers
through studio pedagogy with mini-lessons
interspersed throughout as a means to move the Kodu was developed by a team of
research programmers at Microsoft who
students along in their discovery of the tools while
are passionate about kids having fun
enacting collaborative, problem solving practices.
and being challenged as they learn how
Note, however, the environment in which Kodu is to program.
presented, along with the pedagogical inclinations
of the facilitators, might require a looser or tighter For More Information
structure. In short, the instructor should take what Visit http://research.microsoft.com/en-
track she or he feels best suits the class and his or us/projects/kodu/ for more information
her teaching style. Our goal is to help address the about Kodu and its developers.
many ways that students respond to technology
some like to be directed in their advancement and Visit the Kodu blog to see what others
others tend to forge ahead, experimenting through say about Kodu or post your thoughts
trial and error. There is room for both types of about the program.
student in this curriculum.

There are some routines and pedagogical practices we suggest to help facilitate the class and
enrich the learning experience of the students. First, while explicit instruction about the tools and
the criteria for final projects is important, you should also let students playfully experiment with
the tools. This means that they will make mistakes requiring active problem solving.

Problem Solving Culture


To help facilitate deliberate mistake-making, students should be continually reminded that they,
as a collective, hold the keys to problem solving. Three-before-me is a technique used to
assist students in collaborative problem solving conversations simply put, if students cant
figure out an issue they ask three other students before coming to the instructor. Another
method is writing problems on a Post It and posting them to a collective space where students
share and answer each other, much like a digital discussion board. As students answer
questions with another electronic Post-It, the questions move to solved side of the board.

A Culture of Critique
Studio pedagogy allows a space for students to discuss their work and receive feedbackthis
process is integrated throughout the game creation process rather than sequestering the activity
at the end of a draft, as in the traditional writing process, or at the end of product creation. There
are several ways of establishing this culture the class. One method is to have students work in
small groups, taking turns to discuss each projects intentions, challenges, and successes while
others in the group give warm and constructive feedback. Often, this needs to be modeled.
Another implementation strategy might include regular whole class exhibitions during which
students peruse the games at various stages in development and ask questions of other
students projects. Again, this strategy would likely need to be modeled, perhaps through a
fishbowl methodology.

Kodu Curriculum: Keyboard and Mouse 3


We suggest that you use the studio format at least once a week if you meet daily. We also
suggest that the class close with a discussion that outlines the successes and challenges from
that days sessionthis can be directly related to Kodu issues or to more general in-class
processes and classroom climate issues.

Reflective Practice
It is also suggested that you and your students keep a journal about their work with Kodu. It is
best if journaling becomes part of class ritual, perhaps at the end of each session. Guiding
questions help facilitate this process. These same journals might also house student planning of
games once they start working on their work game projects.

Exhibition of Student Work


We advise that you end your Kodu unit with an exhibition of student work. Students can
introduce their games to an audience of peers, parents and other adults. For added interest,
consider coming up with the components of a successful game with the students. This can be
used as the criteria for evaluating the games.

Working with the Keyboard and Mouse


Kodu was originally designed with the user playing and editing worlds using an Xbox controller.
Being aware that controllers may be cost prohibitive for many schools, community centers and
households, Kodu developers created the keyboard version of the software. However, most of
the game worlds within Kodu still require the controller to play them since they have not yet
been converted. This can pose some issues when users start working with the program. At the
same time, it also forces users to make the game worlds work for them by editing the code.

There are two primary methods to make an avatar or player-controlled characters move in the
keyboard version.

Method 1 uses more generalized direction through the arrow keys. In the code structure,
simply write in the code area WHEN: keyboard DO: Move. The up arrow represents forward
movement, and the left and right arrows represent left and right turning respectively. This
method does not rely then on the compass and north, south, east and west.
Method 2 is via the arrow keys being programmed to a particular
direction (North/Up, South/Down, East/Left and West/Right). Using this
method, however, can present challenges since North may not be Up (or
South may not be down, etc) depending upon how the landscape has
been created in relation to where the players or characters are placed.
This is can be confusing when playing a game, but again, the worlds and
characters can be reprogrammed and redesigned to accommodate a keyboard and mouse.
When using this method, the compass indicator is an essential tool when navigating worlds
using the arrow keys. Some worlds do not have the compass on the interface which
indicates direction; in order to display the compass, enter Edit mode within a game world by
pressing Escape and selecting the final icon in the list (represented as a wrench and
mountain landscape). Then, arrow down to Show Compass and make sure it is selected.

Kodu Curriculum: Keyboard and Mouse 4


Kodu Curriculum Scope and Sequence

Session 1 Navigating, Intro to Programming Concepts, Adding Objects

Session 2 Creating a Landscape

Session 3 Using Controller to Move Characters, Create Paths, and Set Behaviors

Session 4 Making clones and Creatables

Session 5 Starting Unique Stories and Characters

Session 6 Strategy, Mood, and Tone

Session 7 Changing Behaviors Using Pages, Establishing and Shifting Perspectives

Session 8 Power Ups, Health, Timer

Session 9 More on Scoring--Basics to Communication

Kodu Curriculum: Keyboard and Mouse 5


Session 1: Navigating, Intro to Programming Concepts,
Adding Objects

When finished, students will be able to:

Navigate the Kodu macro environment using a keyboard and mouse


Understand the foundational principles of programming
Access the programming mode of Kodu, potentially adjusting simple code for a specific
purpose

Surveyget to know each other through the survey


Before actually venturing into Kodu, please have your students take the Kodu survey. The
survey will act as a springboard for a conversation that allows you to get to know your students
better. The data gathered from the survey helps the developers of Kodu, and it also supplies
teachers with some useful information about the types of technology practices in which their
kids engage.

Exercise in Programming an Unsuspecting Avatar


An in-class exercise is handy to prime students with some idea of what it is like to program
games in Kodu.

Materials:
3 red apples (balls or some other colored object will do)
2 green apples
1 bag
1 or 2 blind folds

Inform the class that in Kodu they will need to:


Select a character(s) and make it behave and react in certain ways,
Build an environment in which the characters operate
Fill that environment with objects that the characters either interact with or not
Create rules and reactions that allow the characters to function in the environment
Ask for a student volunteer to act as a Kodu character. Have the student sit in a chair in the
middle of the room blindfolded. Then ask the other students how the room should be arranged
to create a Kodu environment. Tell them that you have 5 objects to place in the environment (3
red apples and 2 green). Place them in different spots in the room. Inform them that we need to
direct our Kodu character to find and pick up the apples. Note that every action must be outlined
and described in detail.

Kodu Curriculum: Keyboard and Mouse 6


To help organize their commands, inform students that the character only listens to you, so
they need to filter the commands. Ask for clarification and further detail if something is vague or
difficult to enact. Depending on how energetic your students are, you may need to call on
students to help with classroom management.

Keep asking how, when, and where question. Feel free to remove the blindfold from the student
if he or she is prompted to see (this type of direction is referred to as a command in Kodu).

During the exercise consider the following options that Kodo can respond to:

Forward and
backward
North, South, East,
West
Fast and slow
Jump and turn
Bump up against
things
It can be
programmed to
move toward and
away from certain
objects
Kodu can see, hear,
and distinguish
colors
Kodu can express
love, anger,
sadness, and
craziness
Kodu can say things
through text as well
Kodu can even wait
at places
Kodo can move
between places
within a certain
amount of time

Kodu Curriculum: Keyboard and Mouse 7


Things to Remember: All of these actions and reactions need to be programmed by the user.
So, as you take commands from the class, be sure to continually ask them how, when, why, and
where in order to get increasingly detailed about the action.

A typical scenario might be:


Teacher: We want Kodu to do something that involves these apples. Lets try to just move
our Kodu to the apple and put it in his bag. What would be the first thing we
would tell it to do?
Student: Move to the apple?
Teacher: How? Does he walk?
Student: Yes, he walks?
Teacher: Fast or slow?
Student: Fast.
Teacher: How does he know when? What prompts him to move?

As the scenario transpires, it might be helpful to write the commands on the board so the class
can easily recall them. Once a coherent set of commands are established, put your Kodu in
motion.

Kodu Curriculum: Keyboard and Mouse 1


Introducing Navigation and Kodu Main Page
Before having the students log onto Kodu show them the basic structure of the program through
the Main Page. It has five options that the user either arrows through or selects by left-clinking
with or by pressing Enter.

1. Resume
Opens whatever game or level that was
edited last by the user. If the user opens
this window, the last game that was
programmed or opened will appear.

To back out of this window, click the


House icon and then select Exit to
Main Menu.

2. Load World
Opens a series of games or levels from
which the user can select. The levels
can be perused by using either the
arrow keys or clicking the on screen
arrows with the mouse.
To go back to the Main Menu, users
press Escape.

3. Options
Provides the user with the ability to change some broad level features of the game. To
navigate this list, users either use the arrow keys or hover the mouse cursor over the
green arrows on the screen. Escape will bring the user back to the Main Menu.

4. Help
Offers a quick explanation of Kodu. Users press Escape to exit this menu.

5. Quit
Allows users to leave the program.

Kodu Curriculum: Keyboard and Mouse 2


Eating Apples Intro
To echo the activity of moving and coding figures in the room, turn to Activity 1 Eating Apples
level in Kodu. Navigate to the level during class, and tell the students to take note of everything
that is happening on the screen. Select play to run the program, and ask what they notice.

Kodu eats the apples.


Kodu moves from apple to apple.
Kodu does not eat the green apple.
The tree produces more apples and they pile up behind Kodu.
Now, show the students the program code that is running this set of behaviorsKodu and the
tree. The code can be read by pressing Esc when the game is launched.

Next, select the Kodu icon from the toolbar and hover the cursor over the object (Kodu or tree)
of which you want to read the code. The object will brighten. Clicking the right mouse while
holding it down will allow the user to move the object, while clicking the left mouse will bring up
a slew of options for the user to choose from.

Program will bring up the code menu. Read the code together and ask if they see these
behaviors in the code for both the Kodu and the tree. After reading the code, edit the world while
asking students how the code could change for the set of behaviors.

Add an apple. [This is produced by choosing Kodu from the tool bar with the mouse, and
then clicking on the landscape where you want the apple to go. The object selection ring
will appear, and select the apple tile.]
Make one apple in the sequence green; make sure Kodu doesnt eat it. [Click on or hover
the cursor over one of the apples in the circle of apples and the color palette at the top
will appear. Using the arrow keys, make one of the apples green.]
As a challenge, adjust Kodus behavior so it turns to look for more apples when he sees
none. [There are various levels to this command depending on how far you want to
program Kodu. The following sequence should allow Kodu to continuously search for
apples. Simply adding the code to turn at the bottom of the programming sequence will
not work. Follow this sequence to get Kodu to turn and look for more apples.
(Line 1) When: see none apples Do: move turn quickly.
(Line 2) When: see apple red Do: move toward.
(Line 3) When: bump, apple red Do: eat.
(Line 4) When: see none apple red Do: move turn quickly
(Line 5) When: see apple red, Do: move toward quickly.
This activity is very worthwhile for the students since it models the trial and error that is often
involved with programming. After modeling the strategies, searching for code, and assembly
process, have the students practice with Activity 1 Eating Apples.

Kodu Curriculum: Keyboard and Mouse 3


Reflection
After the students work through Activity 1 Eating Apples, tell the kids to save their projects
and turn off their monitors. It is time for reflection. Ask the students the following questions:

What was challenging?


What was easy?
What was a success?
What did they learn or what did they already know?
What do they want to learn next?

What You Can Expect from the Student Activity


Free time is essential for students to become familiar with the tool and some general
programming concepts. You will find that most of the students will work through the list that you
provide and then explore the various features on their ownadding more characters and
objects and giving them behaviors.

Some students will even work with the landscape. Others will start playing games and not even
look at the To Do list. What you allow is up to you, but it is always good to regroup to share their
experiences and thoughts.

Also, if any students are working in tools that you will be covering in the coming lessons, then
consider having those that students teach other students how to use that feature.

Kodu Curriculum: Keyboard and Mouse 4


Student Sheet Activity 1: Eating Apples
Objectives: Add object, change color, select object, create text based on event, change
movement based on non-event

Directions: We just went over some of these steps as a group in Activity 1 Eating Apples. It
is your turn to try it out. As you complete each of the following, CHECK IT OFF YOUR LIST.

Once you are done, check in with your advisor and have them look at what you have
completed. The underlined words are meant to be clues to finishing your code.

To Do Check List

Add an apple to the sequence of applesmake it blue.


Select an existing apple and change its color to blue.
Make Kodu say (found under actions) I am hungry when he bumps the blue apple.
If apples are piling up under the tree after the Kodu sequence is done, make Kodu turn
around so he can see the apples and eat them.

If the apples are not piling up, make an apple behind the tree that the Kodu is attracted to
it. This should make the apples start piling up. When you have programmed it so the
apples are piling up, then code Kodu to turn around when he sees none and look for the
other apples.

Once you complete the to do list, try adding other objects, adjusting Kodus behaviors, and
changing the environments. Please save your work. Ask for help if you need it.

Challenge Activity
As a challenge activity, go to Tutorial 01 v2 and do what the Kodu asks. Also, see if you
can reprogram the castle to behave in a different way once it is bumped, and try to figure out
how the camera can follow Kodu on its trek to the castle. Another apple eating scenario is
presented to you in Technique: Eating only certain apples v07. Take a look at it and see
if you can reprogram according to the entry screen.

Kodu Curriculum: Keyboard and Mouse 5


Session 2: Creating a Landscape

When finished, students will be able to:

Change and create a Kodu environment


Use tiles for setting and the development of tone and mood of game world
Creating and changing the Kodu landscape is one of the most interesting initial activities for
early users of Kodu. They often spend hours changing and designing intricate landscapes in
which their games and animations operate. Landscapes set the tone for actions that follow. For
these reasons, we devote a good amount of time to the landscape features and student
experimentation. The intentions of the activities are for the kids to begin building worlds from the
ground up (literally) and thinking creatively about their use of tiles and how to assemble them for
a particular effect.

Whole Class Instruction


Using a computer hooked up to a projector, ask for student volunteers to operate several of the
landscape featuressome of them will have likely used the landscape feature during the
previous session. Opening an empty world ask students to demonstrate how to add and delete
land, as well as give it color and texture. Ask them to verbalize what they are doing so the class
can hear their thought process and instructions. As you move into talking about mood and tone,
be sure to have students try to define these terms. Even students in middle school might have
trouble with what tone and mood mean, so be explicit in your instruction and repeatedly come
back to them as the class progresses through the lessons.

Add/delete land
Choose green paintbrush in the toolbar.
Select the appropriate landscape material
by clicking on the materials icon to the
upper left of the paint brush. Then, use
the arrows to make a selection. Once one
is found that seems appropriate, click it.
To apply land, press and hold down the
left mouse button while moving the mouse
to paint the landscape. By holding down
the right mouse button, and moving the
mouse, the user can erase land
formations.

Choosing an appropriate edgingChoose the green paintbrush in the toolbar and the
appropriate paintbrush by clicking on the geometric shapes icon to the upper right of the
icon. Arrow through the choices and select the desired edge. The square brush will give

Kodu Curriculum: Keyboard and Mouse 6


users a flat edge while the circle will supply a more rounded edge. The extended square
and circle icons allow users to draw stretches of land with a clearer edge, and the magic
wand icon supplies an easy way to change the color and texture of a landscape en
masse with ease.
Create hills and valleys; use the smoothing featureOnce a landscape is created,
land can be raised and lowered. There are a number of affects to choose from when
lowering and raising ground. The first icon in the series shown below allows for the land
to be raised or lowered as a collective based on where the paintbrush is located. The
second icon in the series raises and lowers more jaggedly, and the third icon allows the
user to flatten out a surface, thus creating a plateau.

Plateau

Jagged Land Water

Create an island or a lakeThe water icon in the toolbar allows users to add lakes,
seas and oceans to their worlds. In order to add these environments, the designer of the
world must first create a landmass on which the water rests. Notice in the above
screenshots how the water did not fill the spaces in which land was not drawn. When the
water icon is clicked, users are given options for the color of the water. These can be
perused using the arrows and the mouse.
Adjusting settings for water and sky
The settings icon at the very end of the
toolbar provides some of the most powerful
features in Kodu and impact both the
movement in and look of the world. Thus,
there are some settings that influence tone
and mood a great deal. Here are a few
settings that have an impact on mood and
tone, as well as the general creation of the
world.
Glass Walls is the default setting for all
game worlds and acts to contain the game play to the drawn environment. Without the
walls, characters can careen into the abyss outside the game world.
Show compass allows the user to understand which direction they are moving. This is
particularly important when users start moving characters and using arrow keys to drive
movement.
Wave Height adjusts the size of the waves in the game world

Kodu Curriculum: Keyboard and Mouse 7


Water Strength changes the level of distortion of the water.
Sky provides the user with varying atmospheric types.
Lighting establishes the amount and type of light is cast in your world.
After you have covered each of these areas with your students acting as drivers in the creation
of the game world, have them experiment with the tools that make a landscape, as well as
create tone and mood. The contrast in the students projects will supply material for an
interesting dialogue about setting and its role in a game.

Changing the Sight Line


While students are building their worlds, they may find it difficult to see what they are actually
crafting depending upon the angle in which they view their worlds. To help navigate their worlds
as they are building them, show them the Green Hand on the toolbar. When the mouse is left
clicked, the cursor allows the user to push the landscape forward, backward, and to the sides.
Additionally, the center mouse scroll allows the user to zoom in and out, and if the user holds
down the left and right mouse buttons at the same time, a game worlds sight line can be shifted
vertically and horizontally.

Kodu Curriculum: Keyboard and Mouse 8


Reflection
During the last 20 minutes of class, have the students
share their worlds. Ask them to share with each other Subject Area LinkGeography
what they find interesting about one anothers worlds. If
If you think it is appropriate, consider
they finish this activity early, tell the students to feel
making an instructional link to
free to explore the other worlds that already exist in geography. Amazing landscapes can be
Kodu. designed and demonstrated with Kodu.

What You Can Expect from the Student Activity Depending on the grade of the student,
you might ask them to illustrate different
The landscape tools are particularly riveting for the geographical terms: hills, valleys,
students. Some students will spend hours building and mountains, peninsula, cliff, island, bay,
revising their environments to create a specific affect. isthmus, volcano, plateau, channel, etc.
In fact some of the kids will become so engrossed in
Kodu can also illustrate changes to
their world, they will put their efforts in landscaping as
landscapes: consider for instance,
opposed to character development, game strategy, illustrating erosion, landmass changes
plots and usability. It is important to remember that due to earthquakes and volcanoes,
people tend to compose and create in different ways. glacier activity, etc.
Consider writing; sometimes the intent of the author is
An interesting exercise for students may
for personal satisfaction over audience interest. This
be to create a topographic map of a
may also hold true for the students while working in
mountain(s), river, state, province or
Kodu. If you find that this is the case, it would be country, perhaps even illustrating the
beneficial to discuss these approaches to composition same land mass pre and post a
and intent as a class once you have entered into geological event.
discussions of characterization and plot.

Kodu Curriculum: Keyboard and Mouse 9


Student Sheet Activity 2: Making Landscapes

Objectives: Create land with texture, add water, trees, rocks, etc.

Directions: We just went over the different tools for creating a landscape. It is your turn to
try it out. As you complete each of the following, check it off your list.

Check in with your instructor once you are done.

To Do Checklist:
Go to Empty World.
Create a landmass with:
At least two types of materials
Create rolling hills, mountains (with a white peak), and valleys

Make an island or two off the coast of your land


Add water as either a river, lake, ocean or all of the above
Create a magical forest somewhere in your landscape (You can define magical in any
way you want. There are number of objects to choose from: trees, rocks, stars, coins,
etc.)

Create storm clouds over one part of your landscape.

Challenge Level
After you have created your world, see if you can find where to change the mood and tone
of the game. Specifically, try changing some of the settings. Investigate the following
settings and note how they change the meaning of your world:

Wave height
Water strength
Sky
Lighting
Breeze
How do adjustments to the setting change the feeling of your world? Come prepared to
share your world with your classmates.

Kodu Curriculum: Keyboard and Mouse 10


Session 3: Using Controller to Move Characters, Create
Paths, and Set Behaviors

When finished, students will be able to:


Use the keyboard to move characters in a game world
Create paths on which characters will move
Give objects behaviors
Thus far in the lesson plans, students have not been asked to program characters to make them
move (except that is in the Challenge Level in Session 1 using Tutorial 01 v3). This is not to
say that some students have not already figured out how to do this. In all likelihood some have,
while others have been content to follow the script of the student activities. In any case, it may
be productive to have the students once again lead each other in these activities. If students
have worked ahead, have them demonstrate to others how to program user guided movement,
create paths and give objects behaviors.

Whole Group Instruction


For the students who did Tutorial 01 v3, this would be a good time for them to share how they
solved the gaming puzzle. Using the projector, ask for a student volunteer to demonstrate how
they made Kodu go to the castle. As a reminder, after opening the game world of Tutorial 01
v3, press Esc and click on the Kodu icon in the toolbar. Put the cursor over the Kodu avatar and
right click the mouse. Choose Program. The current code is below. There are two ways primary
ways to make the Kodu move to the castle. In either case, the user must enter edit mode,
choose the Kodu icon, and edit its behavior. The Kodu can be programmed either to move as if
through animation or through user control via the arrow keys.

Kodu Curriculum: Keyboard and Mouse 11


To animate Kodu to move to the castle, add the following code to the sequence.

To control the movements of Kodu, two programming sequences can be used.


The first uses generalized directions of forward, right, and left.

Kodu Curriculum: Keyboard and Mouse 12


A second method for moving Kodu includes using the directions North, South, East and West.

If the student demonstrates one of the above methods, be sure to suggest an alternative
method to show that the problem can be solved in multiple ways. Also be sure to have the
students read the code that precedes the new line that is entered. It is good for the students to
practice reading the syntax of the code.

Next go to Idyll KB. This game has a number of components from the lesson. Instead of playing
the game right away, have the students read the code either in small groups or collectively. If
they work in small groups and report back to the larger group, be specific about the code you
want them to look at: Kodu, the castles, the blimp, and tree.

If working with the entire class, start with the Koduthe code is fairly straight forward. While you
can go to Page 2 and read the code, pages will be covered in the next lesson. Now, run the
game. Ask the students what is happening in the game that they didnt see in the code. They
will likely notice that the castles disappear and create wisps. They will also notice the blimp
moving. And, they may also notice that points are accumulatingthis is programmed through
the tree. Go back and take a look at the code for each of these components. Of most interest to
us for this lesson are the castle and the blimp. Scoring will be covered in Lesson 6. A wisp is
also coded into the game as a creatable, but this feature will be covered in Lesson 4. Read the
code for the castle. Again, it is straight forwardwhen Kodu bumps the castle it releases a wisp
and it blows up. Next, read the code of the blimpthere is only a DO statement, no WHEN. Ask
the students what this means.

Kodu Curriculum: Keyboard and Mouse 13


Paths
The idea of a path will most likely
be new to the students. Show
them the height of the path can be
raised and lowered by highlighting
a node, left clicking and then
choosing Change Height. Also
note that the color and type of the
path need to be specified in order
for the blimp to move along the
path.

While looking at Idyll KB, ask


them how they would create a
second path for a hot air balloon.
This is done by choosing the Path
icon from the main toolbar. Once the Path icon is clicked, use the left mouse button to add
nodes, which act as angle points to connect the path sequence. Simply left click every time a
node is needed in the path. Right clicking on a node brings up more optionsallowing for the
deletion of a node, the adding of more nodes to the sequence, the changing of height of a path,
and the changing of the path to a particular type of path, e.g. a road, a wall, a platform, etc.

Reflection
Toward the end of class, ask the students to save Subject Area Link Science
and shut off their screens for a few minutes to
The path feature and the coding tiles
discuss what they found during their lesson. See if
Move /Toward and Fast/Slow in Kodu
they had similar problems and if solutions were could be particularly useful in animating
found. Discuss how they solved problems biological and physical happenings.
sometimes this entails trial and error, other times this
includes looking at code in the other programs. The Consider, for instance, animating the
tribulations of fish or turtle during their
activity is meant for students to share strategies.
migratory paths from sea (dodging
debris and fishing vessels) to locks and
fish ladders to natural predators.
Concepts like over fishing might easily
be put into a game format, too.

From a physical science perspective,


Kodu might animate stellar patterns,
trajectories or atom formation. Animating
these concepts can help students to
retain concepts with greater depth and
complexity.

Kodu Curriculum: Keyboard and Mouse 14


Student Sheet Activity 3: Object Behavior and Paths
Objectives: Students move characters using the keyboard and on their own, program object
behavior, create a path that a character/object will follow

Directions: We just went over the tools for making characters move. It is your turn to try it
out.

As you complete each of the following, check it off your list. Check in with your instructor
once you are done or if you are having trouble.

To Do Check List:
Go to the landscape you created during the last session or to an existing game in Kodu.
For simplicitys sake, choose a world that has land of some sort.

Create a character that the user controls with the controller.


Create a second character that has automated movement.
Create a path on which a third character moves.
Create an object that does something either when it is bumped, sees or told to do
something using the controller or when it is programmed to do something automatically
through a DO statement.

Challenge Activity
After you have finished your TO DO for Activity 3, try your hand at Tutorial 02. See if you
can figure out how to program the motorcycle to move and fire using the keyboard and
mouse according to the instructions.

Also take a look at 3D Flare Paths to see how to make 3D representation and interesting
graphic affect.

Check out the action game Rock Fight v09 for an example of elevated paths. If you want
to play the game, you will need to convert it to a keyboard version of the game. Be sure to
change the entry screen for the user, directing them on what keys to use when playing the
game. You can change this screen by going to the Wrench icon in the main toolbar and
changing the Start Game With World Description. Also, when playing and analyzing the
game, think about how the path/ramps are used and add to the intensity of the game.

Kodu Curriculum: Keyboard and Mouse 15


Session 4: Making Clones and Creatables
When finished, students will be able to:

Create a protagonist (user controlled), an antagonist (automated), and peripheral


characters
Base character behaviors and actions on environments and reactions to each other
Begin to understand gaming plot and background story
Now that the students have created settings and have learned many of the more sophisticated
features of Kodu, they will try to add characters that interact and build plots. There are a variety
of characters in Kodu, and the interactions between them can take millions of different tracksit
is all up to the imagination of the user. Some students will be highly influenced by the gaming
genres they play, so you will have kids building high impact action games while others take a
more sim-like approach. It is important, however, to have a mini-lesson on how characters
interact and for them to brainstorm the types of characters they want to put in their worlds.
Given the depth of their interaction with Kodu, it is likely that they have already started building
stories with characters, so this activity may just add a metacognitive bent on their creations.

Start by asking students about their favorite books while defining some literary terms. For
instance, depending on the age of your students review the meaning of:

Main character (protagonist)


Opposing character (antagonist)
Side (peripheral) characters
Plotthe hook/inciting incident, rising action, and climax (which in literary terms consist of
exposition, rising action, climax, resolution and conclusion.)

After or while you are talking about each of the above terms, project Turtle and Fish on the
screen for students to identify the main character, the opposing character and peripheral
characters. This can be particularly fun for students if one of them is in charge of the controller.
Another approach to talk about the literary elements might be for student to play Turtle and
Fish in small groups with a discussion of its elements afterwards.

See if the students might be able to identify a plot and background story. These last two literary
features will be a little less tangible for the students since plot structures varygame plots are
often flat making the various plot components harder to identify.

The elements are identified as such:

Protagonist Melvin the Turtle

Antagonist Electric Flying Fish

Kodu Curriculum: Keyboard and Mouse 16


Side Characters Fish and Submarine

The Plot of the story:

Exposition Ask the students about the story before the gameHow is the story set
up? How and why are the characters in opposition to each other? What
motivates characters?

Rising Action What moves the story forward? What events move the game forward?

Climax What seems to be the climax in this game?

Resolution Does the game supply a resolution or conclusion? And if not, how might
it?

Conclusion There isnt a conclusion, but students may brainstorm about how the
game might end.

Reflection
During the last 20 minutes of class, have the students share their worlds again. This time
perhaps have them share as a whole class. If possible, project games up on the screen and see
if the students can collectively find the beginnings of the antagonist, protagonist, and peripheral
characters. Through these discussions, the beginnings of plot structure may begin emerging. A
big question that may be asked in this dialogue is how scoring might be used to push the story
forward and add strategy to the gamecurrently Melvin the Turtle is just feeding the rocks back
to the fish and staying clear of electric flying fish.

If they finish this activity early, tell the students to feel free to explore the other worlds that
already exist in Kodu.

What You Can Expect from the Student Activity


The goal of this activity is for the students to start thinking of their games as more than simple
racing and shooting environments. Games are often a complex network of interactions, and
while a few stories are fairly flat in structure, most have characters that are in opposition to each
other, have alliances, progress to a particular goal. Pushing the students to think of their work
as a form of text may help them design more complex worlds and more complex code. Consider
using the supplemental activity to further bring the students into complex story creation.

Kodu Curriculum: Keyboard and Mouse 17


Student Sheet Activity 4: Characters and Plot

Objectives: add characters and brainstorm and perhaps begin implementing a plot structure.

Directions: In previous lesson, you created a landscape. If you havent added characters
yet to your landscape, now is the time to do that. Before you start adding or revising your
characters, give some thought to the way in which the characters interact.

Complete the TO DO list and discuss with your classmates the ideas you have. (Feel free to
consult Kodu to review its bot tiles for character ideas.)

To Do Check List:
Character Brainstorming
Protagonist (Main Character)
Who or what is your main character?
What motivates the character?
What are its likes and dislikes?
Does it have emotions?
How does it communicate with others?

Antagonist (Opposing Character)


Who or what is your protagonist?
What motivates the character?
What are its likes and dislikes?
What are its emotions?
How does it respond to the main character and why?

Peripheral Characters (side characters)


What or who are the side characters?
What role do they playdo they support the main or opposing character?
After you have answered the above questions, start putting the characters into the world you
started creating earlier. If the setting that you made doesnt seem to fit your characters, revise it
or chose a new landscape to alter or build.

Kodu Curriculum: Keyboard and Mouse 18


Challenge Activity
Give a character a way to speak through a dialogue boxthese are like the bubbles in cartoons
in which characters say something. This is found under the Say in the programming tiles. How
might use this feature effectively in a game?

Supplementary Activity
If your students are finding it hard to come up with an idea for their game worlds, consider
providing them with creative prompts. Below are set of first lines (some adapted) from literature.

Seeds of Creation
Kodu, having lost his way in a gloomy forest, and being hindered by wild beasts while ascending
a mountain, is met by a bot, who promises to show him three worlds
1. Once upon a time. It was a dark and stormy night.

Kodu was beginning to get very tired of sitting by the river with his sister, so.

This is Kodu. He is a good little creature. And always very curious

The Koduians, after a seven years voyage, set sail for home, but are overtaken by a dreadful
storm. The storm sinks all the ships, except one. Their leader demands the storm to stop, and
the waters calm. But the winds have driven them off course to a land of friends and foes.

Kodu, obsessed with traveling through time, builds himself a time machine and, much to his
surprise, travels over 800,000 years into the future. The world has been transformed with a
society living in apparent harmony and bliss. But as Kodu stays in this world of the future he
discovers a hidden evil.

At the last red sunset, a black line of low hills showed up in the distance. I saw a creature in the
distance with its two

The villagers of Little Leatonia still called it the Riddle House, even though it had been many
years since the Riddle family had lived there. It stood on a hill overlooking the village, but not
looking as grand as it once did. All Leatonians thought the house was creepy since half a
century ago something strange and horrible happened there.

During the whole of a dull, dark, and soundless day in the autumn, when the clouds hung low in
the heavens, I had been passing alone through a depressing part of the country. Suddenly, I
found myself within view of the strange House of Unsure.

Now, said the king, I have faith in this quest. Knights of the Blue Guard depart. I am sure I will
never see all of you together again. Off now to the meadows of Galahad to save our people
from doom. Rest tonight since a long journey filled with strange and wondrous creatures and
places is in your future.

Kodu Curriculum: Keyboard and Mouse 19


Name:

Directions: Complete the following questions and then hand in your thoughts.

Setting (what does the landscape look like?)

Mood (whimsical, dark/brooding, does the pace of the game go up and down?)

Characters (behaviors, conflicts, friends, alliances?)

Objects (do the trees, buildings, rocks, etc. hold a special function?)

Plot (how does the story progress?)

Why would someone want to play the game? What will make it unique?

Kodu Curriculum: Keyboard and Mouse 20


Session 5: Starting Unique Stories and Characters
When finished, students will be:

More attuned to strategy making


Understand the influence of mood and tone on game play

Although the students have likely been implementing strategic designs in their games, as well
as enacting strategies as they play each others games, they should be made aware of this
element of play. Strategy is the approach the player takes to win the game, and programming
strategy is designed by the game author to allow for varying ways for the game to be won or
lost. In any game, there are likely to be several ways for the game to be won.

Explain to them that many of the strategies the game designer included were intended to make
the game challenging and interesting. There are usually many ways to play a game, and while
luck often plays a role in winning or losing, strategy requires thinking through the best method to
an end goal. The more a game designer can anticipate and build in the strategies and provide
adjustments to make the action more or less intense, the more successful his or her game is
likely to be When establishing a strategy in a game, the designer might take into account the
abilities of the players avatar, the environment, the task, and the protagonist and peripheral
characters. . Talk with your students about the various ways strategy might be built within a
game. Use their past projects and the other games that they have been exposed to during the
course to talk about strategy.

Mood and Tone


Mood and tone can add a lot to the user experience. The media and settings in Kodu can
change mood and tone drastically. If students have not explored these features, you should
point them out. A change in settings can change the difficulty and intensity of a game a good
deal. Under the Setting Tile, you can change the sky, lighting, water, and numerous other
effects. From the various games that the students have explored, ask them how setting affected
the mood. Ask them how sound and music within games influenced the feel of the game. As
students talk about various games, bring the environments up to establish contrasts that will
spur further dialogue. Show student how to change environmental settings, as well as sound
and music. This can be done by looking at the code.

Kodu Curriculum: Keyboard and Mouse 21


Student Sheet Activity 5: Mood and Tone

Objectives: Revise mood and tone based on strategy

Directions: In class you have been creating your own game worlds. Strategy, intensity,
mood and tone can always be improved.

Given what you have talked about in class, think about how your game can
be improved and the tone and mood might be changed.

Things to Consider:

Do you think the player has a fair chance in the gameis it winnable by skill or luck? If it
is more by luck then you may want to revise the game.
What are the strategies a player can use to work through your game?
Does the action of the game bring you into the game world?
Are music or sound effects used in the game? Are they overly annoying or do they create
tone or mood that engages the player?

Kodu Curriculum: Keyboard and Mouse 22


Session 6: Strategy, Mood and Tone
When finished, students will be able to:

Understand cloning and creatables

This lesson will take advantage of contrasts between copying and Creatables, and it will use
frustration as a key window into learning. Creating armies, groups, hoards, gaggles, swarms,
etc., is easy in Kodu. However, giving individuals within the groups the same set of qualities is
not readily intuitive and can be time consuming when using the cloning feature alone. Usually,
students start by cloning (copying characters) and then soon become tired of programming the
same character attributes multiple times should they want to edit the groups behavior.
Creatables allow the user to make the change once, rather than multiple times as one would
have to do if they simply made copies of the character.

The in-class lesson will make them use the clone feature for the blimps and then try to modify
the behavior of the groupthis is not easily done because for the five blimps that they make,
they will need to change five different lines of code. As a response to this frustration, you will
then walk them through how to use Creatables in which code can be changed just once. Have
the students run the controls as you talk about what to do. As a whole class or in groups, have
the students follow the steps below.

Cloning and Creatables

Go to Blimps and Jets. You will notice that there is one blimp on one side of the field
and a jet on the other. The task of the class or small groups is to make a battle in which
the player controls either the blimps or the jets.

First, program the blimp. You will notice two lines of code for the blimp. The dramatic
music is coded to the blimp when it sees the jet at a distance, and the blimp glows when
it gets close to the jet. Program the blimp so it moves using the keyboard.

After you have revised the code for the blimp, make up to five clones/copies of it using
the right click on the mouse and selecting Copy. Put the cursor in the position where you
want the copy of the blimp to go and then right click again and choose Paste (Blimp).
Make four more blimps, using the Copy and Paste method.

Next, make sure that the blimps can move forward.


Now give the blimps the ability to shoot blips. How many times do you need to change
the code?

Ask the class if there is a way in which to make it so you can just enter code in one
location. The answer is Creatables.

Kodu Curriculum: Keyboard and Mouse 23


Demonstrate this by making a second set of blimps that operate automatically without
user input. Have the student put the new set of blimps somewhere else. Make the blimp
green or another color to distinguish it from the first set. Make it glow a different color as
well.

Once the new blimp is created, right click and select Change Settings. Find Creatable in
the list, and turn the setting on. Settings and scroll down the list to Creatables. Select
this option. Then, return to the blimp and copy it. If you put the cursor over one of the
blimps, a perforated line will appear between the two blimps, indicating that the blimps
are part of a creatable chain.

Kodu Curriculum: Keyboard and Mouse 24


Feel free to copy more blimps from the main
blimp, which creates more creatable versions Subject Area Link
of it. Social Studies & Science

The use of Creatables is powerful, and it


Lastly, add code to the main blimp, e.g., can create an impressive effect of a
shoot blips at jet when close by. Show the legion of troops all moving the same
students how this code transferred out to all fashion. Consider how the tool might be
the blimps. When you play the actual game, used to design the actions of a famous
the main Creatable will not be on the screen battle while using primary and secondary
it only appears during edit mode. sources as the research base.

Note to students that they should not add too Interestingly, Kodu can also be used to
create a more naturalistic look. For
many characters to their games since it can
instance, think about schools of fish with
put the program in danger of crashing.
each school being its own Creatable set
programmed to wonder. Then within
each set, you can program a set of
attributes unique to the school of fish.

Kodu Curriculum: Keyboard and Mouse 25


Student Sheet Activity 6: Creatables

Objectives: Make clones and understand the premise of Creatables.

Directions: Follow the To Do below and have your instructor check out your progress
before moving onto the extra activity. This is a fairly open-ended activity so feel free to be
creative in your use of Creatables.

To Do Check List:

In a world you have already crafted or in a new game all together, add two or three sets
of characters, like we did with the two sets of blimps and the set of jets. (Creatables do
not necessarily need to march in unison. Use Move, Wonder to code a more naturalistic
affect.)

Extra Activity

If you finish and you have time to spare, check out Technique: Launching Creatables v02.
Note how the apple has to be made into a creatable in order for Kodu to launch it. Take the
apple away, and Kodu can launch nothing. Can you reason through why this would be?

Kodu Curriculum: Keyboard and Mouse 26


Session 7: Changing Behaviors Using Pages,
Establishing, and Shifting Perspectives

When finished, students will be able to:


Understand the idea of pages, when they are used and why
Use nearby and far away features
Shift camera angles in settings and in the code
This lesson is based on discovery. Have students play Vendura v14. After they have played the
game for awhile, ask them to look at the world and see if they can determine how many objects
and characters comprise the world and what each object or character does.

Heres a list:

Turtleuser controls, acquires wisp shooting ability by interaction with Kodu


Stickinforms the turtle (the user) that Koduwan has been waiting
Koduinstills power and disappears
Wispsgiven to turtle as a power
Castlesunleash mines that shoot
Heartscreatable that act as food
Minesmove randomly and shoot at Kodu
Factoryacts as the object that triggers the end
Pushpadinforms the turtle what to do

If the students have not pointed to


the code, assign them an object
or character to evaluate. They
should be tasked to report back to
the group how the object or
character is coded. Using the
projector, have them present
each of their findings. During their
presentation, pay particular
attention to pages, and
secondarily to how nearby, far
away, and camera shifting are
used.

Kodu Curriculum: Keyboard and Mouse 27


To help guide the discussion, consider how in Vendura, objects and characters provide the
player with an understanding of whats going on. They act as directions for what to do next.
However to create the effect of shifting action, pages are necessary. Pages help shift behaviors
either based on time or in reaction to some occurrence.

Pages
The stick directing the turtle to Koduwan is the first use of pages. The code changes the state of
stick from closed (page 1), which is its constant state, to open (page 2). Page 2 then expresses
another set of behaviors which run and then return to the initial state of closed (page 1) after a
certain amount of time. The second use of pages comes with the turtles approach of Koduwan.
Page 1 supplies a resting state for the Kodu. Page 2 activates a behavior, specifically Koduwan
turning and greeting the turtle. After three seconds, Page 3 is enlisted. It supplies another set of
text to carry the story along. After eight seconds, a wisp is created and given to the turtle as
Koduwan disappears in a boom.

This is a demonstration of how Pages workthey allow for a change in character behavior.
Often the change is triggered by an event within game play. For instance, eating an apple may
allow a character who is typically chased by another character to suddenly be the aggressor.
This change in behavior can be temporary or permanent depending on how the program is
coded. Pages can be added by entering Program, and then toggling to a different page by either
clicking L or R at the top of the Kodu window.

Kodu Curriculum: Keyboard and Mouse 28


Close-By and Far Away
How dramatic effect is created through this series of
exchanges and behaviors should be pointed out to Types of Player Perspective
the students. While pages help facilitate the
First Person Players view the game
operations, the close-by and far away tiles allow
through the eyes of the character
users to create an element of surprise. In the entry
sequence, both the stick and Koduwans behaviors Third Person Players exist within the
are guided by sensing the turtle nearby and then shut game world which is less immersive
off based on the timer. This is effective for moving
Top-Down Player has a global view of
the story along. This type of effective use should be the game world
mentioned to your students. Camera Shift
Side-scrolling Fast paced; action is
Also, point out how the camera perspective shifts viewed from side-view camera; doesnt
when the turtle hovers on the red land square. When show a lot about the world
playing, this shift in perspective seems to be caused Isometric Player has a global view
by the turtles approach to Koduwan. This is an
effective use of land since the camera jars the
players into a different perspective. Camera positioning is an effective tool for the creation of a
particular effect. Perhaps have the students think about the difference in effect between first and
third personwhen and why would one use one or the other? While the camera can be
changed using the tiles, it can also be changed under settings in the main menu.

Extra Activity

Have students reinstate the original perspective.

On Page 2 write:

When: see, Kodu, none, close by Do: Switch Page 3

On Page 3 write:

When: see, Kodu, none, nearby Do: open, once

When: see Kodu none Do: switch, page 1

Introduction to the Game Project


Close the session by talking about the final project for Kodu. The criteria for the project are up to
you, but by introducing the project now, the students will have plenty of time to generate ideas
and to work on their projects. Be sure to have students plan by drawing out or planning their
games through a brainstorming web, narrative free write, or some other format to get the
creative juices flowing.

Kodu Curriculum: Keyboard and Mouse 29


Student Sheet Activity 7: Camera Angles and Shifting Behavior

Objectives: shift camera perspective, use close-by and far away, implement shift in
behavior using pages.

Directions: You have just looked at code and techniques for creating dramatic effects and
for crafting changes in behavior within a character. Now its time to practice.

To Do Check List:

Consider the three things you talked about during todays lessonclose-by and far away,
camera angles, and pages.

Explore the various games you have in your Kodu deck and how you might implement
the three operations within a single game. For instance, look at Chaotic Orbitals v3 and
code in a camera shift to first person, maybe by holding down the Spacebar. The camera
shift might also be initiated by bumping, come close to, eating, or grabbing the coin.

Now, add characters that change behaviors based on their interactions with each other or
objects in the world. To create this system of interactions, you may need time to
brainstorm and play with the tiles to see what is available to you. If you need assistance,
consider adding character and objects in Chaotic Orbitals v3 that have a resting state
(Page 1) and then are spurred on to another behavior based on interactions with other
characters.

Extra Activity

If you finish the above activity and want another program challenge, go to Technique,
Change Behavior. First play the game and see if you can win the game. Next, program the
game so that you view game play from the perspective of the cycle.

OR

Work on your own game world.

Kodu Curriculum: Keyboard and Mouse 30


Session 8: Power Ups, Health, and Timer
When finished, students will be able to:

Use timers, health monitors, and power ups


In the games that we have used in lessons and that you may have had students explore on their
own, you may have seen timers, health monitors and power ups being used. In fact, some
students may already being using these features in their play and design of games. This
session will look at these three areas a little more closely.

To start, discuss with the class the concept of power ups. In all likelihood they will have a fairly
good grasp of how they operate. Basically, a character eats, grabs, bumps, etc. something that
gives it a special skill or ability for game advantageoften this is temporary. There are also
power downs which have the opposite effect. Technique: Change Behavior is an example of a
very simple power upby eating the apple, the bot is able to jump. This might be demonstrated
on the projector. Some students may have experimented with this game already.

Now, have the students explore two games that utilize power ups, at the same time they are
also connecting to scoring and health. Tell the students you want them to play each of the game
and identify the power up (or down) and also identify the code associated with each. After they
have played the games, have the students take turns demonstrating and talking about how the
power up operates in the game.

It is also important for the kids to start thinking critically about the games. For instance,
encourage them to play a Siskel and Ebert type dialogue to help facilitate the discussion. It
would be fruitful for them to talk about how the power ups/downs might be better implemented
and lend themselves to strategic game play. If they dont enter into this discussion readily,
consider asking how types of land, timers, allies, thieves, etc might play a role. No special
powers are associated with the acquisition of the coins, apples and hearts in these games,
which begs the question of how power ups and downs might be better implemented.

Health monitors do play a role in the games. Ask them how these add a second strategic
element beyond simple scoring.

The two games are:


Rock Fight KBthe player needs to grab hearts for ammo and loses points for shooting;
the health monitor goes up has hearts are grabbed and down as ammo is released. Use
arrows to move and left shift and z to launch rocks

Pandemica KBthe player needs to eat apples to accumulate points and be healed

Establishing Code for the Timer, Health Monitor, and Points

Kodu Curriculum: Keyboard and Mouse 31


These three tools can boost communication within the game by signaling the condition of the
characters, as well as show how they are performing in the game world. Obviously, points are
crucial to winning or losing a game, but they can also be used to facilitate the giving or taking
away of powers or abilities. All these tools can be found on the main tile wheel under Program.

Timer
The Timer can be used in a
myriad of waysbeating the clock
game scenarios to establish how
long a character/player either
does or does not have ammo, a
power or a tool. The latter can be
facilitated by working between
Pages (previous lesson), in which
the code of behaviors for a
character/player is bound within a
time limit.

Health Monitor
The Health Monitor is an
effective way to communicate
information to the player about his
or her character, as well as the
other characters in the field of
play. They can also facilitate
changes in behavior. For
instance, when the health of a
character falls below or above a
point limit the code might switch to
another set of behaviors that push
the game narrative or play
forward. Health can also be set in
comparison to a set point total or
another characters health points.

Kodu Curriculum: Keyboard and Mouse 32


General Points
The point systems of a game world can be as complex or simple as the user wants to make
them. Character point tallies are distinguished by designating color in the code.

Game Creation
Have the students continue to develop their game
worlds. As they begin to develop them, encourage to Subject Area Link:
think about how health, timers, and point systems Math experts know that everything is
might work in their world. The students do not have mathor at least can be turned into
to include all these elements, especially if their game math. Kodu offers a number of ways in
is more narrative based, but they should begin to which an instructor can stress applied
think about how one of the elements might be mathematics while students craft
incorporated into their game worlds. behaviors and engage in design.

\While coding naturally lends itself to the


Reflection concept of branching, the features
During the last 20 minutes of your session, have the associated with health, timing, and
points can put mathematical reasoning
students share what they programmed with one
into overdrive, especially they are used
another. If possible, try to verbally note the different
to facilitate an action or behavior and
ways in which students tackled the problem. Or try to communicate information.
surface the issues that students were having as they
created their power ups. The intention is for the Built into the tools are systems of
sharing of problem solving. Have them journal about comparison, which coordinate greater
and less than problem solving.
either their own game or that of another.

Do you think the player has a fair chance in the gameis it winnable by skill or luck? If it
is more by luck then you may want to revise the game.
What are the strategies a player can use to work through your game?
Does the action of the game bring you into the game world?
Are music or sound effects used in the game? Are they overly annoying or do they create
tone or mood that engages the player?

Kodu Curriculum: Keyboard and Mouse 33


Student Sheet Activity 8: Timers, Health and Power Ups
Objectives: Use timers, health monitors, and power ups

Directions: You have just looked at how power ups operate. You have also identified how
health monitors are applied to characters to activate another level of strategy within game
play. Now, it is your turn to implement power ups.

To Do Check List:

Use either your own game world or an existing world to create a system of power ups and
downs.

As you are considering how to initiate your system, think about how land, objects, and
other characters might be involved.

To add a layer of challenge, try to make the power up or down temporarymeaning put it
on a timer.

Extra Activity

As you and your peers develop games, play and offer feedback to each other. Your
instructor will be asking you to reflect on either your or anothers game and how strategy is
developed within it.

Kodu Curriculum: Keyboard and Mouse 34


Session 9: More on Scoring - Basics to Communication
When finished, students will be able to:

Use scoring in more complex ways


Your students have likely been using scoring while playing and developing their own games. If
they havent been paying much attention to it as a tool to control behaviors, then this lesson will
be beneficial for you and your students.

Create a new level for this lesson. You can call this Scoring Lesson. Use a simple landscape.
Add a Kodu and at least 4 cycles. Program Kodu to shoot on command. Kodu should score 5
points every time he shoots a cycle. You can create this code in front of students. Ask them
how many cycles you will need to add before Kodu can win the game (answer is 4). Now add an
enemy for Kodu that can damage it in some way. Add wisps that move randomly and subtract
points from Kodus score. Ask a volunteer to add these wisps. They will have to change the
program for Kodu so that his score changes when he is hit by the wisp. Ask them to change the
program for the wisps so that they are attracted to Kodu once he reaches 15 points. This will
make the game more challenging.

Have students play Bonk Out v.18 with their groups. After playing this game discuss if the
game was fun. Have them look at the code and discuss how the timer and points are used in
the game. Ask how the action of the game compares with other games that also use points,
health meters and timers. The key to understanding scoring is to notice that is not just a method
to track who wins and who loses, but it can also be a method to adjust behaviors and to
communicate.

Game Creation
Students will spend the remainder of the session working on their games for their final projects.
During the last half hour of class, have students share their work offering feedback to one
another.

Journal reflection
End the class with a short journaling exercise. Did you create your game with an audience in
mind? What types of people do you think would like your game most? Is your system of points
or a timer involved in the construction of the game? How are they used? Based on watching
others play your game and the feedback you have gotten, is your game too challenging or
easy? What makes you think so?

Kodu Curriculum: Keyboard and Mouse 35


Student Sheet Activity 9: Scoring and Behavior

Objectives: Use scoring to change a behavior

Directions: You will now see how to add scoring to your game you can use different
colored scores to track different things. Then, have an action in your game be taken based
on the value of a score.

To Do

Choose any game environment you want to compete the tasks below
Create a simple game in which points are given for doing certain thingslike eating,
bumping, holding/dropping, etc.

Design a situation in which a competitor either subtracts points from your score or has its
own score tally comprised of a different color

Code a system in which an action is taken or not taken based on a set of scores

Extra Activity

Work on your game world for your final project.

Kodu Curriculum: Keyboard and Mouse 36


Kodu Finale: Student Presentations

Student Presentations
This entire session will be devoted to student presentations. Outsiders (parents, game
developers in the community, other students) will be invited to come play the games that
students have created. This is a great opportunity for students to showcase and share the
games that they worked to create.

Kodu Curriculum: Keyboard and Mouse 37


Kodu Curriculum:
Xbox Controller

Kodu Curriculum: Xbox Controller 1


Table of Contents

Kodu Curriculum: Xbox Controller .............................................................................. 3

Program Overview.................................................................................................................. 3

Goals ...................................................................................................................................... 3

Unique Emphases of the XBox Program ................................................................................ 4

About Sessions ...................................................................................................................... 5

Kodu Curriculum .................................................................................................................. 6

Session Scope and Sequence Overview ........................................................................... 8

Session 1: Basic Navigation and Kodu Principles ............................................................ 9

Group Activity 1: Eating Apples ....................................................................................... 14

Session 2: Creating a Landscape .................................................................................... 15

Team Activity 2 ..................................................................................................................... 17

Session 3: Using Controller to Move Characters, Create Paths, and Set Behaviors... 18

Student Activity 3.................................................................................................................. 21

Session 4: Making Clones and Creatables ..................................................................... 22

Student Activity 4.................................................................................................................. 24

Session 5: Starting Unique Stories and Characters ...................................................... 25

Student Activity 5.................................................................................................................. 28

Session 6: Mood and Tone ................................................................................................ 29

Student Activity 6.................................................................................................................. 31

Session 7: Changing Behaviors Using Pages, Establishing, and Shifting Perspectives


............................................................................................................................................. 32

Student Activity 7.................................................................................................................. 33

Extra Activity......................................................................................................................... 33

Session 8: Power Ups, Health, and Timer ........................................................................ 34

Kodu Curriculum: Xbox Controller 2


Kodu Curriculum: Xbox Controller

Program Overview
This program has two components:
A single in-class session to be held for all 4th graders.
An 8 week, optional after-school program led by a Microsoft researcher. This program
will meet once a week.

Goals
Our goal is to expose students to computer programming in a fun environment, get them excited
about potential careers in computer science and allow them to create their own games.

More specifically, a

fter using Kodu students will:

Attitudes
Have more positive attitudes towards computer science.
Better understand the steps involved in creating a computer program.
Have a greater desire to pursue careers and future classes in computer science.

Behaviors
Improve problem solving skills, especially on word problems.
Create increasingly complex games showing a deeper understanding for complex coding
sequences.

Other
Show evidence of practice perspective taking and empathy in game play.
Work together to create innovate solutions.
Both girls and boys will be excited about pursuing jobs in computer science.

Kodu Curriculum: Xbox Controller 3


Unique Emphases of the XBox Program

Math and reasoning: Kodu has many uses and this curriculum focuses on using Kodu
programming sequences to solve simple word problems.

Journaling: Students in this program will keep journals. They will record information about
games they would like to create, things they found difficult and what they liked. Each day,
students will be encouraged to write.

Xboxes: Most educational programs to date are designed for PCs. Here we use Xboxes and
encourage students to make multiplayer games. This will also encourage group work.

Equipment provided by Microsoft:


5 Xboxes equipped with Xbox Live Gold memberships.
1 controller per student
1 cell modem for networked connectivity

Kodu Curriculum: Xbox Controller 4


About Sessions

After School Program

Grades: 4-6

Class Dates: 8 Tuesdays starting March 2, from 3:30-5

The goal of the after school program is to track long term attitude and behavioral change with a
smaller group of students. There will be 8 total sessions and students will be given a survey at
the beginning and end of the program. The curriculum below describes sessions in depth.
Sessions include studio pedagogy with mini-lessons interspersed to move the students along in
their discovery of the tools while enacting collaborative, problem solving practices. Towards the
end of the session, students will work in teams on a longer-term project to create a game. The
end of the unit will culminate with student presentations of these games to peers, parents and
Microsoft employees.

In Class Session

Grade: 4 (all classes)

Class Date: TBD, 2, 1 hour sessions for each classroom

Teaching programming concepts in a single session can be challenging but goals of a single
session program should be modest. We suggest that single sessions aim to pique students
interest in Kodu and programming concepts. This curriculum is divided into two parts. First, we
provide a tutorial and student activity in which objects and simple programming concepts are
introduced. Next, time permitting, educators can use the second half of this curriculum Editing
Your World where landscape creation and editing are discussed. Both aspects of game
creation are typically quite interesting to students and we suggest that both concepts be
introduced time permitting.

Students will use a survey and solve a programming task in groups. This session will be led by
a Microsoft Researcher and a classroom instructor. Two classes of fourth graders at Benjamin
Franklin Elementary School will take part in the in class session. Students will be offered the
opportunity to take part in the more extensive after school session.

Kodu Curriculum: Xbox Controller 5


Kodu Curriculum
This curriculum is designed to be a reusable curriculum at Benjamin Franklin Elementary. It is a
resource for using Kodu as part of a class, after school program, or summer camp. It is
designed specifically for the Xbox but can be modified for the PC.

Kodu Curriculum intended to:


Introduce instructors and students to the program
Get students to understand beginning programming concepts
Suggest ways that Kodu might be used to complement traditional curriculum

Kodu Description
The core of the Kodu project is the programming user interface. The language is simple and
entirely icon-based. Programs are composed of pages, which are broken down into rules, which
are further divided into conditions and actions. The Kodu language is designed specifically for
game development and provides specialized primitives (the nouns, adjectives, and verbs of the
language) derived from gaming scenarios. Programs are expressed in physical terms, using
concepts like vision, hearing, and time to control character behavior. Kodu can express
advanced game design concepts in a simple, direct, and intuitive manner.

Teaching with Kodu


There are many ways that you can introduce Kodu,
but in this curriculum, we provide simple lessons and About the Developers
activities. The class begins with more structured
instruction and ends with sessions that are centered Kodu was developed by a team of
research programmers at Microsoft who
on game creation. The purpose of this session is to
are passionate about kids having fun
enable students to create their own games. During
and being challenged as they learn how
the last sessions they will work on these games and to program.
create here we suggest that you begin using
sessions to teach basic programming concepts in For More Information
Kodu and end using the sessions primarily for game http://fuse.microsoft.com/kodu/default for
creation. Again, during the last session, students will more information about Kodu and its
present their games in a public forum. developers. Visit the Kodu blog to see
what others say about Kodu or post your
There are a couple routines and pedagogical thoughts about the program.
practices we suggest in order to help facilitate the
class and enrich the learning experience of the students. First, while explicit instruction about
the tools and the criteria for final projects is important, you should also let students experiment
with the toolplayfully. This means that they will make mistakes that they must problem solve.

Kodu Curriculum: Xbox Controller 6


To help facilitate this purposeful mistake-making, they should be continually reminded that they
as a collective hold the keys to problem solving. Three-before-me is a technique used to assist
students in collaborative problem solving conversations simply put, if students cant figure out
an issue they ask three other students before coming to the instructor. Another method is writing
problems on a Post It and pasting them to a collective space where students share and
answer each other, much like a digital discussion board. As students answer questions with
other Post-Its, the questions move to solved side of the board.

Lastly, studio pedagogy allows a space for students to discuss their work and receive
feedbackthis process is integrated throughout the game creation process rather than
sequestering the activity at the end of a draft (as in the traditional writing process) or at the end
of product creation. There are several ways of establishing this in the class. One way is to have
students work in small groups in which each takes a turn discussing his or her projects
intentions, challenges, and successes while others give warm and constructive feedback.
(Often, this needs to be modeled.) Another implementation strategy might include, regular whole
class exhibitions during which students peruse the games at various stages in development and
ask questions of other students projects (Again, this strategy would likely need to be modeled.)

Kodu Curriculum: Xbox Controller 7


Session Scope and Sequence Overview
Session 1 Intro to programming, adding objects, Animating characters, creating landscape

(What do you think about the heading: Basic Navigation and Kodo Principles)

Session 2 Creating Landscape

Session 3 Using the controller to move characters, creating paths, setting behaviors

Session 4 Making clones and creatables and establishing a second player

Session 5 Changing behaviors using pages, establishing and shifting perspectives

Session 6 Power ups, health, timer

Session 7 Scoring basics and to communicate

Session 8 Starting unique stories and characters

Session 9 Presenting your game

Kodu Curriculum: Xbox Controller 8


Session 1: Basic Navigation and Kodu Principles
Students will be able to:

Navigate the Kodu macro environment and use the Xbox Controller
Understand the foundational principles of programming
Access the programming mode of Kodu, potentially adjusting simple code for a specific
purpose

Surveyget to know each other through the survey


Before actually venturing into Kodu, students should take the Student Pre-Survey found in
this packet. The data gathered from the survey helps the developers of Kodu, and it also
supplies teachers with some useful information about the types of technology practices in which
their kids engage. The survey might also act as a springboard for a conversation that allows you
to get to know your students better. It may also help you break your students into groups.

Break into groups


Because students will work together on projects, divide the class into groups of 2-4. These are
the groups that students will work with on their activities and on their final projects. You may
want to change your groups as group dynamics unfold. Students can self-select groups or, if
you feel it is most appropriate, you can divide the students yourself. Your class may divide
naturally around grade or other factors.

Basic Navigation
Before having the students log on to Kodu, it is useful to quickly walk them through the game
creation environment. Here are some of the main navigation concepts in the game:

Main Menu: This is the first screen you will see after loading Kodu. If you have played games
before, the top menu item will be Resume. Selecting this will reload the last world you had
open and start playing (PlayMode). If you want to select a new game, you can Load World.

Load Level Menu: Across the center of screen is a list of saved worlds. You can scroll through
the list using the left and right shoulder on the controller. Select the world you are interested by
pressing the button. Although it is possible to create worlds from scratch, Kodu comes with a
number of pre-built worlds. These worlds come with land and may also include pre-programmed
characters. In this lesson we will start by modifying a pre-built world.

Play Mode: Each world starts in the Play Mode. You can toggle between Play and Edit mode
using the back button on your Xbox Controller.

Edit Mode: To enter into EditMode, you must press the back button. EditMode is where you will
probably be spending most of your time. You know you are in EditMode because you can see

Kodu Curriculum: Xbox Controller 9


the Toolbar at the bottom of your screen. Navigate through the Toolbar using your right and left
trigger. Here you can create the landscape for your game world, populate it with bots and
program their behaviors.

Mini Hub: You can get here by pressing Play. The Mini Hub will let you go back to the world
youre currently working with, save your current world and any changes you made, load another
existing world, start with a completely blank work or go back to the Main Menu.

Class Play
At this point, let your students explore Kodu Games themselves and allow them to do some
game playing so they understand the controller. Observe what they are playing and take note of
any navigation issues they are having. Regroup at the end of the session asking the students to
Exit the game and turn off their screens in order for them discuss what they found in Kodu and
tricks of navigation. Maybe create a list of favorites and list of tricks on the board to track the
dialogue.

Exercise in Programming an Unsuspecting Avatar


An in-class exercise is handy to prime students with some idea of what it is like to program
games in Kodu.

Materials:
3 red apples (balls or some other colored object will do)
2 green apples
1 bag
1 or 2 blind folds

Inform the class that in Kodu they will need to:


Select a character(s) and make it behave and react in certain ways,
Build an environment in which the characters operate
Fill that environment with objects that the characters may or may not interact with
Create rules and reactions that allow the characters to function in the environment
Ask for a student volunteer to act a Kodu character. Have him or her sit in a chair in the middle
of the room and blindfolded. Then ask the other students how the room should be arranged to
create environment of Kodu. Tell them that you have 5 objects to place in the environment (3
red apples and 2 green). Place them in different spots in the room. Inform them that we need to
direct our Kodu character to find and pick up the apples. Note that every action must be outlined
and described.

To help organize their commands inform them that the character only listens to you, so they
need to filter the commands and ask for clarification should something be vague or difficult to

Kodu Curriculum: Xbox Controller 10


enact. Depending on how energetic your students are, you may need to call on students. Keep
asking questions about how, when, and where. Feel free to unblindfold the student if they are
prompted to see (this is command in Kodu after all). Consider during the exercise that Kodu can
move forward, backward, north, south east and west and that it can faster and slow. It can see,
hear, and distinguish color. It can jump, turn and bump up against things. It can be programmed
to move toward and away from certain objects. It can also express love, anger, sadness, and
craziness. Kodu can say things through text as well. Kodu can even wait at places or move
between places within a certain amount of time. BUT all these actions and reactions need to be
programmed by the user. So as you take commands from the class, be sure to continually ask
them how, when, why, and where in order to get increasingly detailed about the action.

A typical scenario might be:


Teacher: We want Kodu to do something that involves these apples. Lets try to just move
our Kodu to the apple and put it in his bag. What would be the first we would tell
it to do?

Student: Move to the apple?

Teacher: How? Does he walk?

Student: Yes, he walks?

Teacher: Fast or slow?

Student: Fast.

Teacher: How does he know when? What prompts him to move?

As the scenario transpires, it might be helpful to write the commands on the board, so the class
can easily recall. Once a coherent set of commands are established, put your Kodu in motion.

Describing an objects program


To prepare for this lesson, the instructor will need to create a simple program in Empty World.
Add several trees and a cycle with the following program: When: always Do: move wander;
When: see tree closeby Do: move avoid. Rename this, Demo1.

Begin the class by opening the world you just created; Demo1. Ask the students to observe the
cycles behavior. Have volunteers explain what the cycle is doing.

Explanations might be something like:


Cycle is moving around.
Cycle is avoiding the trees.

Kodu Curriculum: Xbox Controller 11


The Object Tool on the ToolBar is the tool that you will use to add objects to the world and
program them. To edit an object, you must hover over that object. Pick up an object using
and edit its program with .

Now, show the students the program that is running this set of behaviors for the cycle. Ask the
students to describe what the code is telling the cycle to do (it should be the same set of actions
as above). After students successfully explain the code, ask volunteers to modify the code for
the following set of behaviors. When appropriate, have the student who made the suggestion
come modify the code in front of the class and explain why their solution did or didnt work.

Add a tree to the world.


Make this tree blue.
Adjust the cycles behavior so that it only avoids the blue tree. (Adjust the second line of
code to read when: see blue tree closeby + Do: move avoid.)

Journal Reflection
After the students work through Activity 1, tell the kids to save their projects, and turn off their
monitors. Explain that students keep a record of their progress in their journals. Students may
not write about the suggested topics, but this is an important time for them to practice writing.
Journal entry: What makes a computer game fun? Discuss journal entries. Also:

What was challenging?


What was easy?
What was a success?
What did they learn or new?
What do they want to learn next?

Game Creation
In the first hour of each session, students will learn programming techniques. In the last half-
hour they will work on their long-term projects. There will be a short portion of the curriculum
each week devoted to these projects. The game creation portion of the curriculum also devotes
some time to less structured activity in class.

Start this game creation session by discussing the long-term project. Students should get
familiar with their group. This is a good time to discuss the idea video games, like books
sometimes tell stories. Ask students to describe some of the stories in their favorite video
games. Tell them that when they create their game, it will also tell a story and they can decide
what that story will be.

Kodu Curriculum: Xbox Controller 12


Next, ask students about their favorite books while defining some literary terms. For instance,
depending on the age of your students consider reviewing

Main character (protagonist)


Opposing character (antagonist)
Side (peripheral) characters
Plotthe hook/inciting incident, rising action, and climax (which in literary terms consist
of exposition, rising action, climax, resolution and conclusion.)
After or while you are talking about each of the above terms, project Tedanoo v25 on the
screen for students to identify the main character, the opposing character and peripheral
characters. This game can be quite challenging so students might not be able to get to the end.
They can cheat by looking at the code or even altering the code to make things easier. Let a
few different volunteers take a try. See if the students can identify the following literary
elements:

Protagonist Cycle 1

Antagonist Cycle2

Side Characters Saucer, Sputnik1, 2, 3 & 4 (note: These might not be considered characters
because they dont move. You can discuss this together.)

Plot

Exposition Ask the students about the story before the gamehow is the story set up?
How and why are the characters in opposition to each other? What motivates
characters? (Cycle 2 is trying to throw rocks at Cycle1. Cycle 1 should bump
into the Sputniks because they create hearts which give him life. The mine
also takes away health. The saucer creates hearts and mines.)

Rising Action What moves the story forward? What events move the game forward?
(Collecting hearts from the sputniks, the mine)

Climax What seems to be the climax in this game? (Interaction with the mine)

Resolution Does the game supply a resolution or conclusion? And if not, how might it? (If
you score above 150 green points you win the game)

Kodu Curriculum: Xbox Controller 13


Group Activity 1: Eating Apples

Objectives
Add object, change color, select object, create sequential program for object

Directions
We just went over some of these steps. Now work with your groups to complete each of the
following, check it off your list. Make sure each member solves at least one TO DO. Check
in with your teacher once you are done or if you are having trouble.

To Do Check List
Open the world Small with water.
Add an apple. Make this apple blue.
Add Kodu to your level.
Make Kodu find the apple that you just added.
Make Kodu eat the apple once he finds it. (Hint: You may also need to tell Kodu to avoid
the water.)

Then, you are free to play. Try to add other objects to this level adjust Kodus behavior and
change the environment. Remember to work with your team. Ask for help if you need it.

Challenge Activity

As a challenge activity, go to Tutorial 01 v3 and do what the Kodu asks. Also, see if you
can reprogram the castle to behave in a different way once it is bumped, and try to figure
out how the camera can follow Kodu on its trek to the castle.

Kodu Curriculum: Xbox Controller 14


Session 2: Creating a Landscape
Ask for student volunteers to operate several of the landscape featuressome of them will have
likely used the landscape feature during the previous session. Using the same level that was
used in Activity 1; Demo1. Ask the students who volunteer to verbalize what they are doing so
the class can hear their instruction. Volunteers should:

Add/delete land to the existing landmass


[Choose green paintbrush in the toolbar.
Select the appropriate landscape material by Subject Area LinkGeography
pressing (Y) and selecting one from the
If you think it is appropriate, consider
toolbar. Next, select the brush shape (X) and
brush size (D-pad). By using the left stick and making a link to geography. Really
holding down either the right trigger to add amazing landscapes can be designed
land or the left trigger to delete land, students and demonstrated with Kodu. Depending
can draw the landscape. on the grade of the student, you might
ask them to illustrate different
Add land of a different color/texture around the geographical terms: hills, valleys,
perimeter of the landmass [Use same steps as mountains, peninsula, cliff, island, bay,
before, only change the landscape material isthmus, volcano, plateau, channel, etc.
and perhaps the brush size. The speed of land Kodu can also illustrate changes to
addition or subtraction can be controlled by the landscapes: consider for instance,
degree to which the controller is shifted.] illustrating erosion, landmass changes
Create hills and valleys; use the smoothing do to earthquakes and volcanoes,
feature [Select the raise the lower icon from glacier activity, etc. An interesting
the toolbar. Again, using the Brush Picker and exercise for students may be to create a
Brush Size. The speed of land raising and topographic map of a mountain(s), river,
lower can be controlled by the degree to which state, province or country, perhaps even
the triggers are pressed.] Also note to students illustrating the same land mass pre and
that the smoothing out feature allows a less post geological event.
jagged landscape which also allows
maneuverability.]
Create an island [As students do this, they may be tempted to create a separate
landmass in the ether. In order to create an island their needs to be land between the two
land bodies, acting as the lake, sea or ocean bed. Water cannot be added unless it has
land to rest on.]
Add water [Select the water tile and use the triggers to add or lower land.]
Create a plateau and bumpy landscapes using the toolbar selections

What You Can Expect from the Student Activity


The landscape tools are particularly riveting for the students. Some students will easily spend
hours creating and revising their environments to create a specific effect. In fact some of the

Kodu Curriculum: Xbox Controller 15


kids will become so engrossed in their world that they will put their efforts in landscaping as
opposed to character development, game strategy, plots and usability. This can be alright given
the aim of the curriculum. It is important to remember that people tend to compose and create in
different ways. Consider for instance, writing: Sometimes the intent of the author is for personal
satisfaction over audience interest. This may hold true for the students while working in Kodu as
well. If you find that this is the case, it would be good to discuss these approaches to
composition and intent as a class once you have entered into discussions of characterization
and plot.

Journal Reflection
In the second half of the course, students will be working with teams of 3-4 to create games.
They should describe in their journals the mood that they want to create when they make their
game. What mood do they want to make? Do they play any games right now that have
interesting moods? Discuss entries as a group.

Game Creation
Students will have already written about the games they would like to create in their journals.
Now, ask them to create sketches of these landscapes using pen and paper. They should
create sketches in their journals. Ask them to select one team members sketch that they want
to actually use as their final game. They can always modify this. Motivated teams can start to
create their landscapes in Kodu.

Kodu Curriculum: Xbox Controller 16


Team Activity 2
Objectives: Create land with texture, add water, trees, rocks, etc.

Making Landscape

Directions: We just went over the different tools for creating a landscape. It is your turn to
try it out. As you complete each of the following, check it off your list. Check in with a teacher
once you are done or if you are having trouble.

To Do

Go to Demo1.
Create a landmass with:
At least two types of materials
Create rolling hills, mountains (with a white peak), and valleys
Make an island or two off the coast of your land
Add water as either a river, lake, ocean or all of the above
Create a magical forest somewhere in your landscape (You can define magical in any way
you want. There are number of objects to choose from: trees, rocks, stars, coins, etc.)

Create storm clouds over one part of your landscape.

Challenge Level
After you have created your world, see if you can find where to change the mood and tone of
the game. Specifically, try changing some of the settings. Investigate the following settings and
note how they change the meaning of your world:

Wave height
Water strength
Sky
Lighting
Breeze
How do adjustments to the setting change the feeling of your world? Come prepared to share
your world with your classmates.

Kodu Curriculum: Xbox Controller 17


Session 3: Using Controller to Move Characters, Create
Paths, and Set Behaviors

Students will be able to:


Use controller to move characters in a game world
Create paths on which characters will move
Give objects behaviors
Thus far in the lesson plans, students have not been asked to use the controller to make
characters move. Some students may have completed the challenge in Session 1. In this
activity, ask volunteers who have already programmed objects for user control to show the rest
of the class how they solved this. Using the projector, ask for a student volunteer to
demonstrate how they made Kodu go to the castle in Tutorial 01 v3. There are two ways
primary ways to do this. In either case, the user must enter edit mode, choose the Kodu icon,
put the editing ring under the Kodu on screen and press Y to program.

One way to move Kodu is using sensors. In this case movement is automated. To use sensors,
the code would be

When: see, castle (or building) far away Do: move toward quickly

To control the movements of Kodu (or drive Kodu), the programming sequence would be

When: gamepad, left stick Do: move, forward, quickly

If the student demonstrates one of the above methods, be sure to suggest an alternative
method to show that the problem can be solved in multiple ways.

Also be sure to have the students read the code that precedes the new line that is entered. It is
good for the students to practice reading the syntax of the code.

Next go to Idyll v6. This game has a number of components from the lesson. Instead of playing
the game right away, have the students read the code collectively. Start with the Koduthe
code is fairly straight forward. (Note: In the PC version of Kodu, you may need to make several
edits to clean up the code. The game changes over time but these tutorials are not necessarily
updated.) While you can go to Page 2 and read the code, pages will be covered in the next
lesson.

Now, run the game. Ask the students what is happening in the game that they didnt see in the
code. They will likely notice that the castles disappear and create wisps. They also notice the
blimp moving. And they may also notice that points are accumulatedthis is programmed
through the tree. Go back and take a look at the code for each of these components. Of most
interest to us for this lesson are the castle and the blimp. Scoring will be covered in Lesson 6. A
wisp is also coded into the game as a creatable, but this feature will be covered in Lesson 4.

Kodu Curriculum: Xbox Controller 18


Read the code for the castle. Again, it is straight
forwardwhen kodu bumps the castle it releases a Subject Area Link Science
wisp and it blows up. Next, read the code of the
blimpthere is only a DO statement, no when. Ask The path feature and the coding tiles
Move /Toward and Fast/Slow in Kodu
the students what this means.
could be particularly useful in animating
The idea of a path will probably be new to the biological and physical happenings.
students. Show them the blimp can be raised and Consider, for instance, animating the
lowered by picking it up and raising and lowering it tribulations of fish or turtle during their
using the D pad. Also note that the color of the path migratory paths from sea (dodging
needs to be specified in order for the blimp to move debris and fishing vessels) to locks and
along the path. fish ladders to natural predators.
Concepts like over fishing might easily
While looking at Idyll v6, ask them how they would be put into a game format, too.
create a second path for a hot air balloon. This is
From a physical science perspective,
done by choosing path from the main tile selection. Kodu might animate stellar patterns,
Then choose plain path. A ball will appear on the trajectories or atom formation. Animating
landscape, and use the left stick to press A to add these concepts can help students to
another ball. Continue the pattern to create the path retain concepts with greater depth and
you want the balloon to follow. Color the path to complexity.
distinguish it from the first pathif you want the kids
to problem solve consider making the balloon code
follow a different color than what has been created.

Journal Reflection
After the student activities, discuss as a class how students solved the TO DOs in their
activities. See if they had similar problems and if solutions were found. Discuss how they solved
problemssometimes this entails trial and error, other times this includes looking at code in the
other programs. This is also a good time to check whether they are working in groups.
Afterwards, ask students to take time to write about what they learned during the lesson in their
journals.

Game Creation
Students may have already begun to work on their landscapes for the game that they are
creating as a team. Now it is time to think about characters and the narrative. Have them
complete the following brainstorming task. They should brainstorm with their groups and they
may want to write in their journals. They can start to add a program objects in their game once
they have developed their plan but they must come up with the plan first.

Kodu Curriculum: Xbox Controller 19


Character Brainstorming

Antagonist (Main Character)


Who or what is your main character?
What motivates the character?
What are its likes and dislikes?
Does it have emotions?
How does it communicate with others?

Protagonist (Opposing Character)


Who or what is your protagonist?
What motivates the character?
What are its likes and dislikes?
What are its emotions?
How does it respond to the main character and why?

Peripheral Characters (side characters)


What or who are the side characters?
What role do they playdo they support the main or opposing character?

Task: After you have answered the above questions, start putting the objects in game you
started creating earlier. If the setting that you made doesnt seem to fit your characters, revise it
or chose a new landscape to alter or build.

Kodu Curriculum: Xbox Controller 20


Student Activity 3
Directions: We just went over the tools for making characters move. It is your turn to try it
out. As you complete each of the following, check it off your list. Again, it is important that
each team member solves one of these tasks. After you solve a task, alternate who is using
the controller. Check in with a Camp Kodu advisor once you are done or if you are having
trouble.

To Do

Go to the landscape you created during the last session or to an existing game in Kodu.
For simplicity sake, choose a world that has land of some sort.

Create a character that the user controls with the controller


Create a second character that has automated movement
Create a path on which a third character moves
Create an object that does something either when it is bumped, sees or told to do
something using the controller or when it is programmed to do something automatically
through a DO statement.

Extra Activity

After you have finished your TO DO for Activity 3, try your hand at 3D Flare Paths to see
how to make 3D representation and interesting graphic effect.

Check out the action game Rock Fight v09 for an example of elevated paths. When playing
and analyzing the game, think about how the path/ramps are used and add to the intensity
of the game.

Kodu Curriculum: Xbox Controller 21


Session 4: Making Clones and Creatables
Students will be able to:

Understand cloning and creatables


Creating a two or more person game
This lesson will take advantage of contrasts between cloning and creatables, and it will use
frustration as a key window to learning. Creating armies, groups, hoards, gaggles, swarms, etc.
is easy in Kodu. However, giving individuals within the groups the same set of qualities is not
readily intuitive and can be time consuming when using the cloning feature alone. Usually,
students start by cloning and then soon become tired of programming the same character
attributes multiple times should they want to edit the groups behavior.

The in-class lesson will make them use the clone feature for the blimps and then try to modify
the behavior of the groupthis is not easily done because for the five blimps that they make,
they will need to change five different lines of code. As a response to this frustration, you will
then walk them through how to use creatables in which code can be changed just once. Have
the students run the controls as you talk about what to do. Follow the steps below.

You will need to create a new level Blimps and Jets. To do so, create an empty world with a
blimp on one side of the landscape and a jet on the other. Name this level Blimps and Jets.

Cloning and Creatables

Go to your new level, Blimps and Jets. The task of the class is to make a battle in which
one player controls the blimp and a second player controls the jets. The two can either
work together to defeat a common enemy or they can be in opposition. It is up to you.

First, program the blimp. Ask a volunteer to put the ring under the blimp and look at the
code. Program the blimp so it moves forward quickly by using the left stick.

After you have created the blimp, make up to five clones of it using the right trigger when
the blimp is glowing blue.

Next, make sure that the blimps can move forward.


Now give the blimps the ability to shoot blips. How many times do you need to change
the code? Ask the class if there is a way in which to make it so you can just enter code in
one location. (You can do this with creatables.)

Demonstrate this by making a second set of blimps that operate automatically without
user input. Have the student put the new set of blimps somewhere else. Make the blimp
green or another color to distinguish it from the first set.

Next, press X Settings and scroll down the list to Creatables. Select this option.
Now, go back to the main programming state and clone this blimp. Point out that lines
appear between blimps.

Kodu Curriculum: Xbox Controller 22


Lastly, add code to the mother blimp, e.g., shoot blips at the jet when close by. Show
the students how this code transferred out to all the blimps. When you play the actual
game, the mother creatable will not be on the screenit only appears during edit mode.

Two (or more) Players


Now that creatables are covered, recap the process
by repeating it with the jet on the other side of the Of Note
field. Clone the jet so that there are two. If you want,
The use of creatables is powerful, but it
you can make it a creatable. At the same time, show
can create an impressive effect of a
them how a second player can be added to the
legion of troops all moving the same
game. Under the Y Program, select: fashion. Interestingly, however, it can
also be used to create a more
(Jet 1 ) When: gamepad, left stick, player 1, naturalistic look.
Do: move forward quickly quickly quickly
For instance, think about schools of fish
(Jet 2) When: gamepad, left stick, player 2, with each school being its own creatable
Do: Move forward quickly quickly quickly set programmed to wander. Then within
each set, you can program a set of
And so forth for additional players. Up to four
attributes unique to the school.
players can be added when using an Xbox.
Show the students how they can create a
game that everyone can play. Pass out all the
controllers.

Journal Reflection
Consider the game that you will be creating for your final project. Describe the following
characteristics:

Setting (what does the landscape look like?)


Mood (whimsical, dark/brooding, does the pace go up and down?)
Characters (behaviors, conflicts, friends, alliances?)
Objects (do the trees, buildings, rocks, etc. hold a special function?)
Plot (how does the story progress?)
Why would someone want to play the game? What will make it unique?
Game Creation
During the last hour of class students will work on their games using their journal entries as a
springboard. First they should discuss journal reflections with your team members. Does
everyone have the same vision for the game? How can you revise your plan so that you
incorporate everyones ideas? Spend some time making sure that your game incorporates
some ideas from each person on your team.

Kodu Curriculum: Xbox Controller 23


Student Activity 4
Objectives: Make clones, understand the premise of creatables, and craft a game that
everyone in your group can play.

Directions: Follow the To Do below and have your instructor check out our progress before
moving onto the extra activity. This is a fairly open-ended activity so feel free to be creative
in your use of creatables. Make sure you create an activity that everyone can play.

To Do

In a world you have already crafted or in a new game all together, add two or three sets
of characterslike we did with the two sets of blimps and the set of jets. (Creatables do
not necessarily need to march in unison.

Make sure that your program uses the move/wander code to craft a more naturalistic
effect.)

Establish a character or group of characters that are controlled by a second player. You
will need a second controller to test the game out. Another person on your team should
be able to test out the second player.

Now make your game 3 or 4 players depending on how many people are in your group.
You should have a game that everyone can play.

Extra Activity

If you finish and you have time to spare, check out Technique: Launching Creatables v02.
Note how the apple has to be made into a creatable in order for Kodu to launch it. Take the
apple away, and Kodu can launch nothing. Can you reason through why this would be?

Kodu Curriculum: Xbox Controller 24


Session 5: Starting Unique Stories and Characters

Students will be able to:


Understand the idea of pages, when they are used and why
Use nearby and far away features
Shift camera angles in settings and in the code
This lesson is based on discovery. Have students play Vendura v14. After they have played the
game for awhile, ask them to look at the world and see if they can determine how many objects
and characters comprise the world and what each object or character does.

Heres a list:
Turtlewe control, acquires wisp shooting ability by interaction with Kodu
Stickinforms the turtle (the user) that Koduwan has been waiting
Koduinstills power and disappears
Wispsgiven to turtle as a power
Castlesunleash mines that shoot
Heartscreatable that act as food
Minesmove randomly and shoot at Kodu
Factoryacts as the object that triggers the end
Pushpadinforms the turtle what to do

In order to get groups to cooperate, assign each student at least one object or character to
evaluate. They should be tasked to reporting back to the group how the object or character is
coded. Using the projector, have them present each of their findings. Pay particular attention to
pages, and to how nearby, far away, and camera shifting are used.

To help guide the discussion, consider how in Vendura, objects and characters provide the
player with an understanding of whats going on. They act as directions for what to do next.
However to create the effect of shifting action, pages are necessary. Pages help shift behaviors
either based on time or in reaction to some occurrence.

Pages
The stick directing the turtle to Koduwan is the first use of pages. Its use changes the state of
stick from closed (page 1) which is its constant state to open (page 2) to express another set of
behaviors which run and then return to the initial state of closed (page 1) after a certain amount
of time.

Kodu Curriculum: Xbox Controller 25


The second use of pages comes with the turtles approach of Koduwan. Page 1 supplies a
resting state for the kodu. Page 2 activates a behaviorKoduwan turning and greeting the
turtle. After three seconds, Page 3 is enlisted. It supplies another set of text to carry the story
along. After eight second, a wisp is created and given to the turtle as Koduwan disappears in a
boom.

Close By and Far Away


Point out how dramatic effect is created through this series of exchanges and behaviors. While
pages help facilitate the operations, the close by and far away tiles allow users to create an
element of surprise. In the entry sequence, both the stick and Koduwans behaviors are guided
by sensing the turtle nearby and then shut off based on the timer. This is effective for moving
the story along.

Camera Shift
Also, point out how the camera perspective shifts Camera Modes
when the turtle hovers on the red land square. When
playing, this shift in perspective seems to be caused Fixed position: This option keeps the
by the turtles approach to Koduwan. This is an camera from moving at all while you are
playing. This is good for arcade style
effective use of land and camera to jar the user into a
games that require an overhead view.
suspended like state. Camera positioning is an
The view will be different on widescreen
effective tool for the creation of a particular effect. display.

Camera Mode Fixed Offset: Keeps the camera a fixed


distance and direction from whatever
Explain that camera angles can be set from the Edit object the camera is following. This can
World screen or you can program the camera angle be a cursor or a bot.
for a particular character. You may also set the
position for the camera at the start of your game. To Free option is the default and lets the
camera roam free unless the program
do so, go to where to camera should be and then
for a bot tells the camera to be in first
select Edit World. Discuss how different camera
person or to follow it. If youre in Fixed
modes can be used to create different perspectives Position or Fixed Offset camera,
for game play. Here are some types of perspectives: pressing the X button will let you set the
position of the camera.
First person- Players view the game through
the eyes of the character.

Third person- Players exist within the game world- which is less immersive. Feels like you
are right behind the character or looking over their shoulder.

Top-Down- Player has a global view of the game world.


Side-scrolling- Fast paced; action is view from side-view camera; doesnt show a lot
about the world.

Isometric- Player has a global view.

Kodu Curriculum: Xbox Controller 26


Journal Reflection
What types of games do you like to play? What camera angles do they have? What kind of
game are you creating and what camera angle do you think would work best?

Game Creation
Have students work with their groups to set the camera mode in their game. They will use their
journal responses to determine what camera angle would be most appropriate. First, they
should set the default camera mode. Next they should set the camera mode for your characters
(if they have not done this already). Ask students to think about how this affects story line.
Make sure they discuss this in their groups.

Kodu Curriculum: Xbox Controller 27


Student Activity 5
Objectives: Shift camera perspective, use close by and far away, implement shift in
behavior using pages.

Directions: You have just looked at code and techniques for creating dramatic effects and
for crafting changes in behavior within a character. Now is your time to practice.

To Do
Consider the three things you talked about during todays lessonclose by and far away,
camera angles, and pages.

Then explore the various games you have in your Kodu deck and how you might
implement the three operations within a single game. For instance, look at Chaotic
Orbitals v3 and code in a camera shift to first personmaybe by holding down the A
button. The camera shift might also be initiated by bumping, come close to, eating, or
grabbing the coin.

Now add characters that change behaviors based on their interactions with each other or
objects in the world. To create this system of interactions, you may need time to
brainstorm and play with the tiles to see what is available to you. If you need assistance,
consider adding character and objects in Chaotic Orbitals v3 that have a resting state
(Page 1) and then are spurred on to another behavior based on interactions with other
characters.

Extra Activity

If you finish the above activity and want to another program challenge, go to Technique,
Change Behavior. First play the game and see if you can win the game. Next, program the
game, so that you view game play from the perspective of the cycle.

Kodu Curriculum: Xbox Controller 28


Session 6: Mood and Tone

Students will be able to:


Use timers, health monitors, and power ups
Prior to this lesson, students may have already seen timers, health monitors and power ups
being used. This session will look at these three areas a little more closely. To start, discuss
with the class the concept of power ups. In all likelihood they will have a fairly good grasp of
how they operate. Basically, a character eats, grabs, bumps, etc something that gives it a
special skill or ability for game advantageoften this is temporary. There are also power downs
which have the opposite effect. The Level Technique: Change Behavior is an example of a
very simple power upby eating the apple, the bot is able to jump. Students may have already
played this game in the Extra Activity in the previous class. First, use the projector to quickly go
over this example with your class.

Now have the students explore three games that utilize power ups with their groups. Tell the
students you want them to play each of the game and identify the power up (or down) and also
identify the code associated with each. After they have played the games, have the students
take turns demonstrating and talking about how the power up operates in the game.

It is also important for the kids to start thinking critically about the games. For instance,
encourage them to play a Siskel and Ebert routine perhaps to facilitate the discussion. It would
be fruitful for them to talk about how the power ups/downs might be better implemented and
lend themselves to strategic game play. If they dont enter into this discussion readily, consider
inquiring how types of land, timers, allies, thieves, etc might play a role. No special powers are
associated with the acquisition of the coins, apples and hearts in these gameswhich begs the
question of how power ups and downs might be better implemented. Health monitors do play a
role in the games. Ask them how these add a second strategic element beyond simple scoring.

The three games to consider are:

Rock Fight the player needs to grab hearts for ammo and looses points for shooting;
the health monitor goes up has hearts are grabbed and down as ammo is released.

Shadow Hunterthe player needs to eat coins and as it does so, the health of the player
goes up.

Pandemicathe player needs to eat apples to accumulate points and be healed

Game Creation
Today the game creation activity should come before the journal reflection. Students will play
and critique the games others are working on. Its OK if teams are not completely finished but
they should feel OK about presenting their games.

Kodu Curriculum: Xbox Controller 29


Journal reflection
Students will write in their journals about others games. They should critique on the following
factors. After writing their critiques, they should discuss them with the team who created the
game so that the team can make revisions. If possible, they should provide the other teams
with this written feedback to be used in Session 7. Students can use the following criteria to
critique others games:

Do you think the player has a fair chance in the gameis it winnable by skill or luck? If it is
more by luck then you may want to revise the game.
What are the strategies a player can use to work through your game?
Does the action of the game bring you into the game world?
Is music or sound effects used in the game? Are they overly annoying or do they create
tone or mood that engages the player?

Kodu Curriculum: Xbox Controller 30


Student Activity 6
Objectives: Use timers, health monitors, and power ups

Directions
You have just looked at how power ups operate and can potentially do so. You have also
identified how health monitors are applied to characters to activate another level of strategy
within game play. Now, it is your turn to implement power ups.

To Do
Use an existing world to create a system of power ups and downs.
As you are considering how to initiate your system, think about how land, objects, and
other characters might be involved.

To add a layer of challenge, try to make the power up or down temporarymeaning put it
on a timer.

Extra Activity

Look at how the timer is used in Tutorial 3 v.1. To do this you will have to view the program
for the saucer. How is this use of the timer different from using the timer for a power up or
down? Although there is no health meter being used in the game and although it is not the
usual power up and down structure, there is a system of penalty? How is it enacted? What
might be the strengths of using this type of penalty system?

Kodu Curriculum: Xbox Controller 31


Session 7: Changing Behaviors Using Pages,
Establishing, and Shifting Perspectives
Students will be able to:

Use scoring in more complex ways


Your students have likely been using scoring while playing and developing their own games. If
they havent been paying much attention to it as a tool to control behaviors, then this lesson is
likely for you.

Create a new level for this lesson. You can call this Keep Score. Use a simple landscape. Add
a Kodu and at least 4 cycles. Program Kodu to shoot on command. Kodu should score 5 points
every time he shoots a cycle.

It is a useful exercise to add this code in front of students. Ask them how many need to be
added before Kodu can win the game (the answer is 4). Now add saucers that move randomly
and subtract points from Kodus score. A volunteer can add these saucers. The volunteer will
have to change the program for Kodu so that his score changes when he is hit (bumped) by the
saucer (When bump saucer do subtract 5 points). This will make the game more challenging.

Have students play Bonk Out v.18 with their groups. After playing this game discuss if the game
was fun. Have them look at the program for each character and discuss the scoring in the
game. The group should answer this question in class: How do you win the game?

Journal Reflection
Did you create your game with an audience in mind? What types of people do you think would
like your game most? After the journal reflection, have a discussion about the importance of the
user in game design.

Game Creation
Students will use the feedback that they received from their peers to make edits to their games.

Kodu Curriculum: Xbox Controller 32


Student Activity 7
Objectives: Use scoring to change a behavior

Directions: Each member of your group should solve one of the TO DOs. Check off each
TO DO as you complete the task.

To Do
Choose any game environment you want to compete the tasks below
Create a simple game in which points are given for doing certain thingslike eating,
bumping, holding/dropping, etc.

Design a situation in which a competitor either subtracts points from your score or has its
own score tally comprised of a different color

Code a system in which an action is taken or not taken based on a set of scores

Extra Activity

Work with your group to add a Pushpad to the level you are working on. Your pushpad
should create a saucer every 0.5 seconds. How do fractions work in Kodu? What happens
when you add the tile random?

Kodu Curriculum: Xbox Controller 33


Session 8: Power Ups, Health, and Timer

Student Presentations
This entire session will be devoted to student presentations. Outsiders (parents, game
developers in the community, other students) will be invited to come play the games that
students have created. This is a great opportunity for students to showcase and share the
games that they worked to create.

Kodu Curriculum: Xbox Controller 34


Kodu Curriculum:
Math Module

Kodu Curriculum: Math Module 1


Table of Contents

Kodu Curriculum: Math Module ................................................................................... 3

Note to Teachers .................................................................................................................... 3

Kodu Math Module Curriculum Framework ....................................................................... 4

Lesson 1: Growing Squares ............................................................................................. 11

Lesson 2: Length, Width, Area, and Perimeter ............................................................... 19

Lesson 2 Student Activity Area and Perimeter (KEY) ...................................................... 22

Lesson 2 Student Activity: Area and Perimeter ................................................................... 23

Lesson 3: Area, Perimeter, and Volume .......................................................................... 24

Lesson 3 Student Activity Area and Perimeter (KEY) ....................................................... 27

Lesson 3 Student Activity: Area and Perimeter .................................................................... 28

Lesson 4 - Surface Area and Volume ............................................................................... 30

Lesson 4 Student Activity: Creating Shapes According to Specifications ........................... 34

Lesson 5: Obstacle Course .............................................................................................. 37

Lesson 5: Activator - Obstacle Course Mini-Game ........................................................ 41

Lesson 5 Student Activity: Obstacle Course Construction .................................................. 42

Lesson 6: Placing and Programming Items .................................................................... 43

Lesson 6 Student Activity: Placing Items ............................................................................ 47

Lesson 7: Timing and Winning ......................................................................................... 48

Lesson 8: Double the Items, Double the Time? ............................................................. 51

Lesson 8 Student Activity: Double the Items ....................................................................... 54

Lesson 9: Data ................................................................................................................... 55

Lesson 9: Student Activity .................................................................................................... 58

Lesson 10: Showcasing Creativity .................................................................................. 60

Kodu Curriculum: Math Module 2


Kodu Curriculum: Math Module

Note to Teachers
The goal of this curriculum is to reinforce math concepts and introduce programming concepts
through the use of an interactive game development environment. While this curriculum is
intended for students who have had a previous exposure to the topics listed above, it can also
be adapted to provide a first experience with those concepts.

These lessons are ideally paced and not all the material in a lesson may be covered in the
allotted time. This curriculum acknowledges that teachers are professionals and will use these
lessons as a guide, adapting and prioritizing the pace and content when needed.

There are extension opportunities throughout the curriculum which serve as additional
experiences to explore math or Kodu programming concepts.

Please use the video tutorials to review the Kodu programming experience for yourself and feel
free to make them available to your students as a resource.

Kodu Curriculum: Math Module 3


Kodu Curriculum: Math Module Framework
Audience: 4th and 5th graders

Duration: 10 lessons

Standards Reference: NCTM - National Council of Teachers of Mathematics (NCTM)

Overview
In this module students will examine how to use the Kodu programming environment to create
simulations and games to explore mathematical problems and examine relationships among data.
The Kodu environment provides an accessible and age-appropriate user interface to allow students
to create and interact with objects within a three-dimensional world to study algebraic and geometric
concepts. In addition, students will learn some of the core concepts in programming and game
design, such as conditional execution of statements and object-oriented programming. The
objectives in this curriculum module are geared towards 4th and 5th grade math courses and are
correlated to the National Council of Teachers of Mathematics (NCTM) Principles and Standards for
School Mathematics

Enduring Understandings
Computer simulations provide an interactive method for examining functional relationships
within a problem.
Algebraic equations can be used to describe functional relationships among different variables
Two-dimensional and three-dimensional shapes have geometric properties (such as length,
width, area, and perimeter) that are related to one another and are measured using different
units.
Coordinates are used as a system to describe the location, direction, and distance between
points or objects.
Data is collected and analyzed using calculations (such as mean, median) and tables in order
to derive conclusions about the data.
Collaboration within a team and communication to the intended audience is a vital aspect of the
mathematical process.
Essential Question(s)
How are problem situations modeled, represented, and analyzed to draw conclusions?
What are the different ways to compare and measure the properties of objects and their
relationships?
How is data collected, organized, and communicated?
What are effective techniques for teamwork?

Kodu Curriculum: Math Module 4


Results Standards Assessment

Lesson 1
When given incremental changes in Describe, extend, and make
the area of a square, students will generalizations about geometric
describe and analyze the pattern using and numeric patterns.
math sentences and relationships. (NCTM - Algebra, Gr. 3-5)
When given a condition and Represent and analyze patterns
consequence, students will represent it and functions, using words, tables,
as a When...Do... statement in Kodu. and graphs.
When given a control scheme, (NCTM - Algebra, Gr. 3-5)
students will program their Kodu Model problem situations with
character to respond according to the objects and use representations
specifications. such as graphs, tables, and
equations to draw conclusions.
(NCTM - Algebra, Gr. 3-5)
Represent, analyze, and generalize
a variety of patterns with tables,
graphs, words, and, when possible,
symbolic rules.
(NCTM - Algebra, Gr. 6-8)

Lesson 2
When given the length, width, and Identify such properties as Perimeter
height measurements for commutativity, associativity, and
quadrilaterals, students will create a distributivity and use them to
three-dimensional object from two- compute with whole numbers.
dimensional representations. (NCTM - Algebra, Gr. 3-5)
When given a three-dimensional Identify, compare, and analyze
quadrilateral, students will measure its attributes of two- and three-
length, width, and height using unit dimensional shapes and develop
blocks. vocabulary to describe the
When given a multiplication problem, attributes.
students will describe the effect of (NCTM - Geometry, Gr. 3-5)
multiplying whole numbers and define Build and draw geometric objects.
multiplication in their (NCTM - Geometry, Gr. 3-5)
Develop, understand, and use
formulas to find the area of
rectangles and related triangles
and parallelograms.
(NCTM - Measurement, Gr. 3-5)

Kodu Curriculum: Math Module 5


Lesson 3
When given a measure of length, Identify such properties as Area and
width, height, surface area, perimeter, commutativity, associativity, and Perimeter
and volume, students will describe the distributivity and use them to
property with the appropriate standard compute with whole numbers.
units. (NCTM - Algebra, Gr. 3-5)
When calculating the volume of a Build and draw geometric objects.
three-dimensional quadrilateral, (NCTM - Geometry, Gr. 3-5)
students will demonstrate Explore what happens to
computational fluency, by using the measurements of a two-
associative property of multiplication. dimensional shape such as its
When given an irregular shape, perimeter and area when the shape
students will determine the shape's is changed in some way.
area and volume (NCTM - Measurement, Gr. 3-5)
Develop strategies for estimating
the perimeters, areas, and volumes
of irregular shapes.
(NCTM - Measurement, Gr. 3-5)
Develop, understand, and use
formulas to find the area of
rectangles and related triangles
and parallelograms.
(NCTM - Measurement, Gr. 3-5)
Understand such attributes as
length, area, weight, volume, and
size of angle and select the
appropriate type of unit for
measuring each attribute. (NCTM
Measurement, Gr. 3-5)
Understand the need for measuring
with standard units and become
familiar with standard units in the
customary and metric systems.
(NCTM Measurement, Gr. 3-5)

Lesson 4
When given a change to a shape, Develop understanding of fractions Creating
students will describe the change as a as parts of unit wholes, as parts of Shapes
fraction of the original shape. a collection, as locations on According to
When given a three-dimensional number lines, and as divisions of
Specifications
quadrilateral, students will measure its whole numbers.
length, width, and heightusing a (NCTM Numbers and Operations,
coordinate plane. Gr. 3-5)
Use models, benchmarks, and
When calculating the surface area of a
equivalent forms to judge the size
three-dimensional quadrilateral,
of fractions.
students will generalize and extend the
(NCTM Numbers and Operations,
pattern by using mental math

Kodu Curriculum: Math Module 6


techniques involving multiples of ten. Gr. 3-5)
When given changes to the length and Recognize and generate equivalent
width of a quadrilateral, students will forms of commonly used fractions,
describe and calculate the effect the decimals, and percents. (NCTM
changes have on surface area, Numbers and Operations, Gr. 3-5)
perimeter, and volume. Develop fluency with basic number
combinations for multiplication and
division and use these
combinations to mentally compute
related problems, such as 30 50.
(NCTM Numbers and Operations,
Gr. 3-5)
Describe, extend, and make
generalizations about geometric
and numeric patterns.
(NCTM Algebra, Gr. 3-5)
Identify, compare, and analyze
attributes of two- and three-
dimensional shapes and develop
vocabulary to describe the
attributes.
(NCTM Geometry, Gr. 3-5)
Identify and build a three-
dimensional object from two-
dimensional representations of that
object.
(NCTM Geometry, Gr. 3-5)
Develop strategies to determine the
surface areas and volumes of
rectangular solids.
(NCTM Measurement, Gr. 3-5)

Lesson 5
When given a scenario, students will Identify, compare, and analyze Obstacle
design a computer simulation to attributes of two- and three- Course
represent the situation, analyze the dimensional shapes and develop Construction
resulting data, and display the data in a vocabulary to describe the
table or graph. attributes.
When given an objects properties such (NCTM Geometry, Gr. 3-5)
as length, width, height, surface area, Identify and build a three-
volume, and location, students will dimensional object from two-
represent that object as a three- dimensional representations of that
dimensional shape in a coordinate object.
plane. (NCTM Geometry, Gr. 3-5)
Develop strategies to determine the
surface areas and volumes of
rectangular solids.
(NCTM Measurement, Gr. 3-5)
Understand such attributes as
length, area, weight, volume, and

Kodu Curriculum: Math Module 7


size of angle and select the
appropriate type of unit for
measuring each attribute. (NCTM
Measurement, Gr. 3-5)
Describe location and movement
using common language and
geometric vocabulary.
(NCTM Geometry, Gr. 3-5)
Make and use coordinate systems
to specify locations and to describe
paths.
(NCTM Geometry, Gr. 3-5)

Lesson 6
When given an objects properties such Identify, compare, and analyze Placing Items
as length, width, height, surface area, attributes of two- and three-
volume, and location, students will dimensional shapes and develop
represent that object as a three- vocabulary to describe the
dimensional shape in a coordinate attributes.
plane. (NCTM Geometry, Gr. 3-5)
When given an object, students will Identify and build a three-
place that object at pre-designated and dimensional object from two-
student-determined locations in a dimensional representations of that
coordinate plane. object.
When given a condition and (NCTM Geometry, Gr. 3-5)
Develop strategies to determine the
consequence, students will represent it
as a When...Do... statement in Kodu. surface areas and volumes of
rectangular solids.
(NCTM Measurement, Gr. 3-5)
Understand such attributes as
length, area, weight, volume, and
size of angle and select the
appropriate type of unit for
measuring each attribute.
(NCTM Measurement, Gr. 3-5)
Describe location and movement
using common language and
geometric vocabulary.
(NCTM Geometry, Gr. 3-5)
Make and use coordinate systems
to specify locations and to describe
paths.
(NCTM Geometry, Gr. 3-5)

Kodu Curriculum: Math Module 8


Lesson 7
When given multiple target locations Describe location and movement
and obstacles, students will plot and using common language and
model the shortest paths between the geometric vocabulary.
locations using a computer simulation. (NCTM Geometry, Gr. 3-5)
When given a set of locations, students Make and use coordinate systems
will determine different routes to visit all to specify locations and to describe
of the locations and determine the paths.
efficiency of each route by measuring (NCTM Geometry, Gr. 3-5)
the duration of travel. Create and describe mental images
When given a game goal, students will of objects, patterns, and paths.
(NCTM Geometry, Gr. 3-5)
time how long it takes to achieve the
goal and display the time as a
countdown.

Lesson 8
When given an increase in target Describe location and movement Student
items, students will design an using common language and Activity -
investigation to determine the effect on geometric vocabulary. Double the
the time it takes to complete the (NCTM Geometry, Gr. 3-5)
Items
retrieval of the items. Make and use coordinate systems
When given code templates, students to specify locations and to describe
will code their own specific actions by paths.
using the template as an example. (NCTM Geometry, Gr. 3-5)
Create and describe mental images
of objects, patterns, and paths.
(NCTM Geometry, Gr. 3-5)
Design investigations to address a
question and consider how data-
collection methods affect the nature
of the data set.
(NCTM Data Analysis and
Probability, Gr. 3-5)
Collect data using observations,
surveys, and experiments.
(NCTM Data Analysis and
Probability, Gr. 3-5)

Kodu Curriculum: Math Module 9


Lesson 9
When given a task, students will Design investigations to address a Data Analysis
sample a population to collect question and consider how data-
performance data on the task. collection methods affect the
When given a set of data, students nature of the data set.
will use measures of center such as (NCTM Data Analysis and
the mean and median, to describe the Probability, Gr. 3-5)
data set. Collect data using observations,
surveys, and experiments.
(NCTM Data Analysis and
Probability, Gr. 3-5)
Represent data using tables and
graphs such as line plots, bar
graphs, and line graphs.
(NCTM Data Analysis and
Probability, Gr. 3-5)
Use measures of center, focusing
on the median, and understand
what each does and does not
indicate about the data set.
(NCTM Data Analysis and
Probability, Gr. 3-5)
Propose and justify conclusions
and predictions that are based on
data and design studies to further
investigate the conclusions or
predictions.
(NCTM Data Analysis and
Probability, Gr. 3-5)

Lesson 10
When given a complete product, Organize and consolidate their
students will showcase their work and mathematical thinking through
reflect on their learning. communication.
(NCTM Communication, Gr. 3-5)
Communicate their mathematical
thinking coherently and clearly to
peers, teachers, and others.
(NCTM Communication, Gr. 3-5)
Recognize and apply mathematics
in contexts outside of mathematics.
(NCTM Connections, Gr. 3-5)

Kodu Curriculum: Math Module 10


Lesson 1: Growing Squares

Standards
Describe, extend, and make generalizations about geometric and numeric patterns.
(NCTM - Algebra, Gr. 3-5)

Represent and analyze patterns and functions, using words, tables, and graphs.
(NCTM - Algebra, Gr. 3-5)

Model problem situations with objects and use representations such as graphs, tables,
and equations to draw conclusions.
(NCTM - Algebra, Gr. 3-5)

Represent, analyze, and generalize a variety of patterns with tables, graphs, words, and,
when possible, symbolic rules.
(NCTM - Algebra, Gr. 6-8)

Mastery Objectives/Results
When given incremental changes in the area of a square, students will describe and
analyze the pattern using math sentences and relationships.
When given a condition and consequence, students will represent it as a When...Do...
statement in Kodu.
When given a control scheme, students will program their Kodu character to respond
according to the specifications.

Student Resources
Clock Buddies (pdf)

Teacher Resources
Camera View Tutorial (video)
* This foundational tutorial demonstrates how to change the camera perspective.

Vocabulary
area
pattern

Kodu Curriculum: Math Module 11


Lesson Sequence

Activator (10 minutes)

1. Tell students to fill out their clock buddies sheets in order to have a ready set of partners to
work with. In clock buddies, students set up partnerships with a number of students.

Student A will go to student B and ask them if they have a 12 o'clock spot open. If student B
does, then they will exchange names on their sheets.

The teacher will call out what clock buddy to work with when assigning a task involving
pairs.

Kodu Curriculum: Math Module 12


CL OCK B UDDI E S

1 1 12 1
10 2
9 3
8 4
7 5
6

Kodu Curriculum: Math Module 13


Navigating the Main Page and Selecting an Empty World (5 minutes)

2. Show students the Main Page of Kodu, how to navigate the menu, and what each option
represents:

Resume: opens the game that was edited last Pair Programming
by the user. If the user opens this window, the This curriculum utilizes a collaborative
last game that was programmed or opened work method called pair programming.
will appear. To back out of this window, click
Pair programming is an industry-based
the House icon and then select Exit to Main
technique in which two people work at
Menu. one computer together.
Load World: opens a series of games from Each person has a different role. One
which the user can select. The games can be person (called the driver), types in code,
perused by using either the arrow keys or while the other person (the observer),
clicking the on screen arrows with the mouse. reviews the code as it is entered.
To go back to the Main Menu, users press
In the case of Kodu, one student will be
Escape.
using the controller or keyboard to
Options: provides the user with the ability to create/edit land and program objects,
while the other student reviews the work
change some broad level features of the
and makes comments.
game. To navigate this list, users either press
the arrow keys or hover the mouse cursor over The roles switch after a teacher-
the green arrows on the screen. Escape will designated time.
bring the user back to the Main Menu.
Pair programming has been shown to
Help: offers a quick explanation of Kodu. increase student enjoyment,
Users press Escape to exit this menu. engagement, and quality of work.

Quit Kodu: allows users to leave the program.

3. Lead students though the opening of a new world

Select Load World and click on Empty World.


Click on Play. You will now have an empty world to work with.
Press ESC to begin editing the world.

Kodu Curriculum: Math Module 14


Adding Land and Growing Squares (10 minutes)

4. Demonstrate how to add land in Kodu and give


the students time to practice. Landscape
Creating and changing the Kodu
a. Choose the paintbrush in the toolbar. landscape is one of the most interesting
initial activities for early users of Kodu.
b. Select the appropriate landscape material by
Their tendency is to spend hours
clicking on the materials icon to the upper left
changing and designing intricate
of the paint brush and use the arrows to make landscapes in which their games and
a selection. animations operate. The landscapes in
this Kodu math module are primarily
We will start out by using material 29, which used to explore geometric concepts and
provides a grid and dots within the squares to patterns, rather than affect the mood or
make them easy to count. tone of a game's setting.

The intentions of the activities are for the


kids to begin building worlds from the
ground up (literally) and thinking about
how to assemble the blocks to represent
a particular geometric object. There will
be set opportunities for creative
expression through landscape design.

c. Use the right and left arrow


keys to change the brush size.
Select a one square unit brush
size.
d. Zoom in for a good look at the
square you will create by using
the mouse's scroll wheel.
e. Click the left mouse button
once to add one square piece
of land

f. Orbit the camera to an


overhead view by holding the
space bar and holding the right
mouse button to maneuver the camera perspective. To move the camera, hold the

Kodu Curriculum: Math Module 15


space bar and hold the left mouse button to Choosing a Brush Shape
drag the camera. Choose the green paintbrush in the toolbar
and the appropriate paintbrush by clicking on
the geometric shapes icon to the upper right
(See the camera tutorial for help) of the icon. Arrow through the choices and
display the different brush shapes.
g. To paint larger areas of land, press and
hold the left mouse button while moving the The square brush is the default brush shape
mouse and will give users a flat edge. This module
will use the square brush throughout the
h. If students ever make a mistake, tell them to lessons.
press and hold the right mouse button while
moving the mouse to erase land. The circle brush gives a more rounded edge.

The extended square and circle icons allow


users to draw stretches of land with a clearer
edge.

The magic wand icon supplies an easy way to


change the color and texture of a landscape
en masse with ease.

Growing Squares and Adding Objects (25 minutes)

5. Ask How much space does one square take up?


a. Allow for various responses.
b. Tell students that the area is one, because there is only one square.
6. Add a Kodu to the world. Say: The Kodu barely fits onto one square.

7. Tell students that you will now create a square that has two blocks on each side.
Demonstrate the creation of a 2 x 2 square by changing the brush size.

8. Ask: Does the Kodu have enough space now?

9. Explain to students that the space available for placing objects is called area.

10. Ask students to calculate the area of the 2 x 2 square. Have them record the area in a table
like the one below:

Side length Area of Land


1 1
2 4
3

Kodu Curriculum: Math Module 16


Show the students how to add different
objects to the area. Give them some time
to experiment with adding different objects.

a. One way to add an object is to click


on the Kodu tool and then click on
the location where you want to add
an object.

b. To delete an object, you can click on


the Kodu tool and right-click on the
object you want to delete, then
select Cut. You also select the
Delete Objects tool and click on
area where you want to delete
objects, which is useful for deleting more than one object at a time.

11. Tell the students that you want to add more Kodu characters and objects, therefore you will
need to add more area to the world.

12. Change the brush size to 3 x 3. Before creating this next square, pause and allow the brush
to overlap the previous square for a while. Ask students to use this display to predict what
the size of the next square will be. Some students may notice that the area increases by the
next odd number with each new square. Allow students to come up with various ways to
predict the new area without judgment.

13. Make an area that is 3 x 3 and ask students to record the new area (9).

14. Create a growing squares pattern up to 10 x 10 by continuing to create larger and larger
squares and have students record the area of each square by counting the blocks that make
up the square. They should end up with a table like this:

Side length Area of Land


1 1
2 4
3 9
4 16
5 25
6 36
7 49
8 64
9 81
10 100

Kodu Curriculum: Math Module 17


15. Once the 10 x 10 square is made, give the students time to add different objects to Kodu.
Suggest adding clouds, trees, and rocks as landscape items.

16. Tell students to analyze the data in the table and


Control a Kodu with
describe the pattern they saw in the growing
squares display. Encourage the students to explain Arrow Keys
the pattern verbally and to predict what will happen 1. Right-click on the Kodu, select
if the sequence is continued. program

17. The growing squares pattern allows students to 2. Click the When section and click
articulate a generalization such as "How does this keyboard. Note to the students that a
pattern work for squares of other sizes?" Students Kodu can also be programmed to
in grade 3 or 4 should be able to predict the next move using the Xbox 360 controller.
element in a sequence by looking at a specific set 3. Click the Do area and click move.
of examples. By grade 5 or 6, students should be
able to generalize by reasoning about the structure 4. Now exit the current view and go
of a pattern, such as "the area of a square with side back to the world by pressing Esc.
N is N x N".

18. Reflection

a. Ask students to describe the patterns below and determine the next number in the
sequence:
- 1 3 5 7 ___
- 0 20 40 60 ____
- 1 1 2 3 5 8 _____

Kodu Curriculum: Math Module 18


Lesson 2: Length, Width, Area, and Perimeter

Standards
Identify such properties as commutativity, associativity, and distributivity and use them to
compute with whole numbers.
(NCTM - Algebra, Gr. 3-5)

Identify, compare, and analyze attributes of two- and three-dimensional shapes and
develop vocabulary to describe the attributes. (NCTM - Geometry, Gr. 3-5)
Build and draw geometric objects.
(NCTM - Geometry, Gr. 3-5)

Develop, understand, and use formulas to find the area of rectangles and related triangles
and parallelograms.
(NCTM - Measurement, Gr. 3-5)

Mastery Objectives/Results
When given the length, width, and height measurements for quadrilaterals, students will
create a three-dimensional object from two-dimensional representations.
When given a three-dimensional quadrilateral, students will measure its length, width, and
height using unit blocks.
When given a multiplication problem, students will describe the effect of multiplying whole
numbers and define multiplication in their own words.

Student Resources
Lesson 2 - Student Activity - Perimeter (doc)

Teacher Resources
Lesson 2 - Student Activity Key - Perimeter (doc)

Vocabulary
commutative
length
perimeter
quadrilateral
width

Kodu Curriculum: Math Module 19


Lesson Sequence

Activator (5 minutes)

1. Display a square and a rectangle (not necessarily in Kodu).


2. Tell students to create a table listing the similarities and differences between the two
shapes.
3. Describe what a quadrilateral is and how squares and rectangles are examples.

Length, Width, and the Commutative Property of Multiplication (15 minutes)

4. Open up a new world.


Add and Delete Land
5. Using material 29, add a 3 x 2 area of land by
showing students how to add land and then trim 1. Set the brush size to 3 x
it by deleting parts. 2. Place the land.
6. Ask students how this shape is different from a 3. Overlap only the blocks that you
square. Explain the relationship that a square is want to delete.
a rectangle, but a rectangle is not necessarily a
4. Click the right mouse button to
square. A square is a special type of rectangle.
delete them.
7. Ask students to describe the length and width of
the land. Students might differ over which side is the length and which side is the width.
Explain that the side going North and South is the length, and the side going East and West
is the width.
8. As a connection to the last lesson, ask students to calculate the rectangle's area by
multiplying the length and width and note that it is the same method for calculating the area
of a square.
9. Explain the commutative property of multiplication. In this example, whether you multiply 3
x 2 or 2 x 3, they produce the same result.

Perimeter (20 minutes)

10. Create a 10 x 10 area of land


11. Add an apple or a coin to the middle of the land.
12. Add a Kodu at one of the corners.

Kodu Curriculum: Math Module 20


13. Tell students, "A Kodu needs to guard this land
and will patrol the edge." Create a Path
1. Click on the path tool and right-click
14. Ask students, "If each side of a block were
on a location in the world. Select
measured out to be one foot, how much would the
which type of path you want.
Kodu move for one complete patrol of the land?"
2. In this case, select Plain Path and
15. Describe the notion of perimeter and have
click on the four corners of the land
students calculate the perimeter of the rectangle.
successively, making sure to end the
16. Show students how to create a path and program path at the point of origin.
a Kodu to follow a path to patrol the perimeter of 3. Click Esc to exit the path tool.
the land.
4. Click on the Kodu tool
17. Allow students time to practice this skill and
5. Highlight the Kodu and click Program.
experiment creating different paths. A wall can be
built using the path tool and a character can be 6. Click the Do area and click Move.
placed on top of the wall to patrol the wall. The
7. Click the plus sign after the Move tile
students might choose to create paths in their
and click On Path.
end-of-module project.
8. Click Esc twice to see the world play.

Assessment (10 minutes)

18. Have students complete the Perimeter student activity.


19. They will determine the length and width of different objects to calculate perimeter.

Kodu Curriculum: Math Module 21


Lesson 2 Student Activity Area and Perimeter (KEY)

Directions

1. Determine the length and width of each shape.

2. Use the length and width to calculate the perimeter of each shape.

3. Include appropriate units. In this activity, 1 square is 1 meter (m).

Length 4m Length 6m
Width 3m Width 3m
Perimeter 14 m Perimeter 18 m

Length 6m

Width 4m

Perimeter 20 m

Length 6m

Width 6m
Perimeter 24 m

Bonus: Try this shape.


Length N/A

Width N/A

Perimeter 22 m

Kodu Curriculum: Math Module 22


Name ______________________________________________ Per ____ Date ___________

Lesson 2 Student Activity: Area and Perimeter

Directions

1. Determine the length and width of each shape.

2. Use the length and width to calculate the perimeter of each shape.

3. Include appropriate units. In this activity, 1 square is 1 meter (m).

Length Length
Width Width
Perimeter Perimeter

Length
Width
Perimeter
Length

Width
Perimeter

Bonus: Try this shape.


Length
Width
Perimeter

Kodu Curriculum: Math Module 23


Lesson 3: Area, Perimeter, and Volume

Standards
Identify such properties as commutativity, associativity, and distributivity and use them to
compute with whole numbers.
(NCTM - Algebra, Gr. 3-5)

Build and draw geometric objects.


(NCTM - Geometry, Gr. 3-5)

Explore what happens to measurements of a two-dimensional shape such as its perimeter


and area when the shape is changed in some way.
(NCTM - Measurement, Gr. 3-5)

Develop strategies for estimating the perimeters, areas, and volumes of irregular shapes.
(NCTM - Measurement, Gr. 3-5)

Develop, understand, and use formulas to find the area of rectangles and related triangles
and parallelograms.
(NCTM - Measurement, Gr. 3-5)

Understand such attributes as length, area, weight, volume, and size of angle and select
the appropriate type of unit for measuring each attribute.
(NCTM Measurement, Gr. 3-5)

Understand the need for measuring with standard units and become familiar with standard
units in the customary and metric systems.
(NCTM Measurement, Gr. 3-5)

Mastery Objectives/Results
When given a measure of length, width, height, surface area, perimeter, and volume,
students will describe the property with the appropriate standard units.
When calculating the volume of a three-dimensional quadrilateral, students will
demonstrate computational fluency, by using the associative property of multiplication.
When given an irregular shape, students will determine the shape's area and volume.

Student Resources
Lesson 3 - Student Activity - Area and Perimeter (doc)

Teacher Resources
Lesson 3 - Student Activity Key - Area and Perimeter (doc)

Vocabulary
cube
volume

Kodu Curriculum: Math Module 24


Lesson Sequence

Activator (5 minutes)

1. Display the following shape properties and have students write the unit used to measure each
property. They will choose from m, m2, and m3.
area
length
volume
width
height
perimeter

Units (15 minutes)

2. Display a 3D quadrilateral in Kodu. The term for a 3D square is cube, while the proper term
for a 3D rectangle is rectangular cuboid. Students should not need to know the latter term.
3. Explain that length, width, height, and perimeter can be measured in meters, where one unit is
one meter (m). Feet can be a substitute for meters if it is the unit of measure the class is
studying.
4. Explain that area is measured in m2 because there are two numbers used to calculate it
(length and width).
5. Explain that volume is measured in m3 because there are three numbers used to calculate it
(length, width, and height).
6. Create and display a shape such as a 4 x 6 x 2 island in Kodu. Point to different parts of the
shape and ask students to calculate the length, width, height, area, surface area, perimeter,
and volume of the object.
7. When students calculate the volume, ask them if (4 x 6) x 2 is the same as 4 x (6 x 2), where
the last operation is done first.
8. Describe this phenomena as the associative property of multiplication.

Area and Perimeter (25 minutes)

9. Create a 2 x 2 square in Kodu. Ask students for the area and the perimeter.
10. Have students complete the Area and Perimeter student activity.

Kodu Curriculum: Math Module 25


a. Students will create shapes in Kodu and calculate the area of the top surface and the
perimeter of each shape.
b. They should discover that while area of the shapes stays the same, the perimeter
changes.
11. As an added exercise, have students explore the different objects in Kodu by placing them in
the areas created.

Conclusion (5 minutes)

12. Discuss how measurements are affected when one attribute to be measured is held constant
and another is changed.
a. Ask students, "What was the area for each shape?"
b. Ask students, "What was the perimeter for each shape?"
c. Ask students, "Why did the area stay the same but not the perimeter?"

Kodu Curriculum: Math Module 26


Name ________________________________________________ Per ____ Date ___________

Lesson 3 Student Activity Area and Perimeter (KEY)

Directions

1. You will work with a teacher-designated clock buddy for this assignment and use pair
programming rules to cooperate with one another. Your teacher will tell you when it is time
to switch roles.

2. Create the shapes according to the pictures below.

3. You may only use materials 29, 30, or 31.

4. After creating a shape, calculate its area and perimeter. Record these next to each shape
using the proper units.

5. When you are done with the shapes, answer the brief constructed response.

Area 16 m

Perimeter 16 m

Area 16 m
Area 16 m
Perimeter 18 m
Perimeter 20 m

Area 16 m

Perimeter 24 m

Kodu Curriculum: Math Module 27


Name _________________________________________________ Per ____ Date ___________

Lesson 3 Student Activity: Area and Perimeter

Directions

1. You will work with a teacher-designated clock buddy for this assignment and use pair
programming rules to cooperate with one another. Your teacher will tell you when it is time
to switch roles.

2. Create the shapes according to the pictures below.

3. You may only use materials 29, 30, or 31.

4. After creating a shape, calculate its area and perimeter. Record these next to each shape
using the proper units.

5. When you are done with the shapes, answer the brief constructed response.

Area

Perimeter

Area
Area
Perimeter
Perimeter

Area

Perimeter

Kodu Curriculum: Math Module 28


Brief Constructed Response

Can shapes with the same area have different perimeters? Support your answer with data from
the table. Use the back of the sheet if you need more space.

Kodu Curriculum: Math Module 29


Lesson 4 - Surface Area and Volume

Standards
Develop understanding of fractions as parts of unit wholes, as parts of a collection, as
locations on number lines, and as divisions of whole numbers. (NCTM Numbers and
Operations, Gr. 3-5)
Use models, benchmarks, and equivalent forms to judge the size of fractions. (NCTM
Numbers and Operations, Gr. 3-5)
Recognize and generate equivalent forms of commonly used fractions, decimals, and
percents. (NCTM Numbers and Operations, Gr. 3-5)
Develop fluency with basic number combinations for multiplication and division and use these
combinations to mentally compute related problems, such as 30 50. (NCTM Numbers and
Operations, Gr. 3-5)
Describe, extend, and make generalizations about geometric and numeric patterns. (NCTM
Algebra, Gr. 3-5)
Identify, compare, and analyze attributes of two- and three-dimensional shapes and develop
vocabulary to describe the attributes. (NCTM Geometry, Gr. 3-5)
Identify and build a three-dimensional object from two-dimensional representations of that
object. (NCTM Geometry, Gr. 3-5)
Develop strategies to determine the surface areas and volumes of rectangular solids. (NCTM
Measurement, Gr. 3-5)

Mastery Objectives/Results
When given a change to a shape, students will describe the change as a fraction of the
original shape.
When given a three-dimensional quadrilateral, students will measure its length, width, and
height using a coordinate plane.
When calculating the surface area of a three-dimensional quadrilateral, students will
generalize and extend the pattern by using mental math techniques involving multiples of ten.
When given changes to the length and width of a quadrilateral, students will describe and
calculate the effect the changes have on surface area, perimeter, and volume.

Student Resources
Lesson 4 - Student Activity - Creating Shapes According to Specifications (doc)

Teacher Resources
Lesson 4 - Flying Blimp (Kodu file)

Kodu Curriculum: Math Module 30


* This world contains the first three shapes specified in the student activity as well as a flying
blimp that creates apples when the space button is pressed.

Vocabulary
face
surface area
volume

Lesson Sequence

Activator (5 minutes)

1. Display a single square block in Kodu.

a. Ask students: What is the area of one side of this cube?

b. Ask students: How many sides (surfaces) does it have?

c. Ask students: What is the total area of all of the surfaces?

2. Explain that the area of all of the surfaces combined is called surface area.

3. Explain that todays goal is to examine surface area and how it is affected when a shape is
divided.

Surface Area (15 minutes)

4. Tell students to create a 1 x 1 x 8 (L


x W x H) tower in a new world.
Write the answer (8) on a board.

Kodu Curriculum: Math Module 31


5. Tell students to calculate the surface area of this
Extension: Exploring Fractions
tower (34). Remind them to not forget the bottom
surface. An easy way to count surface area is to Tell students to lower the tower to 1 x 1 x 7.
count the number of blocks that make up all of the Ask students, How high is the tower now?
faces of the object. Write the answer (34) on a (7 blocks). Write the answer (7) on a board.
board. Ask students, By what fraction of the
original tower was the tower decreased
6. Create an irregular shape and ask them to (1/8)? Now have them compute the surface
calculate the surface area again. Have them give area again (30).
definitions for surface area in their own words.
Tell students to lower the tower to 1 x 1 x 6.
Ask students, How high is the tower now?
(6 blocks). Write the answer (6) on a board.
Ask students, By what fraction of the
original tower has the tower been decreased
now (2/8 or 1/4)? Now have them compute
the surface area again (26).
Repeat this process of lowering the tower by
one block in height until students see the
relationship between the height of the tower
and the surface area. A student may remark
that, The surface area is always four times
the number of cubes plus two more for the
top and bottom surfaces. Another student
may remark that whenever one block is
removed, the surface area decreases by 4.
Ask students, What would be the surface
area of a tower with fifty cubes? (202)

Kodu Curriculum: Math Module 32


Student Activity: Creating Shapes According to Specifications (30 minutes)

7. Students will create shapes with certain lengths,


widths, and heights. Extension:
Flying and Dropping Apples
8. Students will also create shapes with specified
surface areas and volumes, but they will get to Select the Kodu tool and click on the
decide the length, width, and heights themselves, world.
so the resulting shapes will vary. Select the blimp.

9. Do the first question together and show students Right-click on the blimp and select
how to program a flying character to move and drop Program.
objects. Statement 1:
10. This task will serve as a pre-requisite for creating
Click the When section and click
the layout of the final project: a game in which a
Kodu must navigate through an obstacle course of keyboard.
various shapes in order to find items in a certain Click the Do area and click move.
amount of time.
Statement 2:
Click the When section and click
keyboard.
Click the plus sign after the keyboard
tile and select misc, and then select
Space.
Click the Do area and click actions, and
then create.
Click the plus sign after the create tile
and select apple.

Kodu Curriculum: Math Module 33


Name _____________________________________ Per ____ Date ___________

Lesson 4 Student Activity: Creating Shapes According to


Specifications

Directions

1. You will work with a teacher-designated clock buddy for this assignment and use pair
programming rules to cooperate with one another. Your teacher will tell you when it is time
to switch role s.

2. Create a shape according to the specifications in the questions below.

3. You may only use materials 29, 30, or 31.

4. You might also be asked to calculate some of the shape's properties. Remember to use
proper units.

5. Print out pictures of your shapes when you are done.

6. If you are done early, experiment with your world by adding trees, clouds, and other objects
or programming the object to perform actions.

Extension: Create a flying character that will visit the different areas you created and drop an
object such as an apple or coin when the space button is pressed. Use the following code:

Kodu Curriculum: Math Module 34


Questions
1. Create a shape with a length of 4, a width of 4, and a height of 2.

a. What is the perimeter of this shape?

b. What is the surface area of this shape?

c. What is the volume of this shape?

2. Create a shape with a length of 2, a width of 2, and a height of 3.

a. What is the perimeter of this shape?

b. What is the surface area of this shape?

c. What is the volume of this shape?

3. Create a shape with a perimeter of 20.

a. What is the length of this shape?

b. What is the width of this shape?

c. If it is an irregular shape, draw a sketch and label the dimensions.

Kodu Curriculum: Math Module 35


4. Create a shape with a surface area of 32.

a. What is the length of this shape?

b. What is the width of this shape?

c. What is the height of this shape?

d. If it is an irregular shape, draw a sketch and label the dimensions.

e. What is the volume of this shape?

5. Create a shape with a volume of 40.

a. What is the length of this shape?

b. What is the width of this shape?

c. What is the height of this shape?

d. What is the surface area of this shape?

Kodu Curriculum: Math Module 36


Lesson 5: Obstacle Course

Prerequisite skills
Locate points on an x,y coordinate plane

Standards
Identify, compare, and analyze attributes of two- and three-dimensional shapes and develop
vocabulary to describe the attributes.
(NCTM Geometry, Gr. 3-5)
Identify and build a three-dimensional object from two-dimensional representations of that
object.
(NCTM Geometry, Gr. 3-5)
Develop strategies to determine the surface areas and volumes of rectangular solids.
(NCTM Measurement, Gr. 3-5)
Understand such attributes as length, area, weight, volume, and size of angle and select the
appropriate type of unit for measuring each attribute. (NCTM Measurement, Gr. 3-5)
Describe location and movement using common language and geometric vocabulary.
(NCTM Geometry, Gr. 3-5)
Make and use coordinate systems to specify locations and to describe paths.
(NCTM Geometry, Gr. 3-5)

Mastery Objectives/Results
When given a scenario, students will design a computer simulation to represent the situation,
analyze the resulting data, and display the data in a table or graph.
When given an objects properties such as length, width, height, surface area, volume, and
location, students will represent that object as a three-dimensional shape in a coordinate plane.

Student Resources
Obstacle Course Mini-Game (doc)
Lesson 5 - Student Activity - Obstacle Course Construction (doc)

Teacher Resources
Obstacle Course Complete (Kodu file)
Video Tutorial Placing and Sizing an Obstacle

Vocabulary
coordinate
simulation

Kodu Curriculum: Math Module 37


Lesson Sequence

Activator (5 minutes)

1. Have students complete the Obstacle Course Mini-Game

a. Students will use their pencil to draw paths to navigate an obstacle course.

b. They are to draw lines from the starting point to each target and then come back to the
starting point.

2. Explain to students that the game they just played represents a common problem people have in
deciding which paths are the most efficient between different locations. This might be similar to
the way students travel the hallways to and from classes or how someone decides the order of
errands to perform. Explain that they will be simulating this situation as a video game in Kodu.

3. Explain that todays goal is to create an obstacle course composed of the 3D quadrilaterals that
they have been studying recently. The shapes will be designed according to detailed
specifications.

Obstacle Course Game Demonstration (10 minutes)

4. Show students the game demo and focus on the following aspects:

a. the grid that the world exists on

b. the raised shapes of different sizes at


different locations on the grid that
compose the landscape of the game

- Zoom in on a few of the shapes and


ask students to measure attributes
such as length, width, and height.
You may also want to have students
calculate perimeter, volume, and area.
- Describe how the location of the
obstacles and targets are determined
in terms of x and y coordinates.
c. how to play the game

d. WHEN-DO code for the

- Kodu
- tree
- apples
- timer
e. the extra decorations and objects that compose the world

Kodu Curriculum: Math Module 38


Placement by Location (10 minutes)

5. Tell students to load a new world. They should immediately save the world and give it a title.
They may name their game whatever they wish, but it should reflect the nature of the game.

6. Tell them that their world will start as a 20 x 20 grid located at (0,0) similar to a coordinate
plane. It is important that they place their grid at (0,0) so that they can accurately place the rest
of the obstacles. They should change the brush size to 20 x 20 and place the grid such that
the bottom left corner of the grid is at (0,0).

7. Tell the students that all of the obstacles will be placed in the same manner, by the bottom left
corner.

8. Give students time to create their initial grid and walk around to help them. It is important that
they keep an overhead camera view throughout the grid placement process.

9. Students will be able to alter the grid dimensions later. Most students will want to add more
land to their world. In addition, the land does not need to be a square. An initial 20 x 20 grid
size allows for enough space to place the specified obstacles.

Kodu Curriculum: Math Module 39


Student Activity: Obstacle Course Construction (25 minutes)

10. The rest of the class should be spent creating the required obstacles as detailed in the
specification sheet.

11. Do the first obstacle with the students. Review how to:

a. maneuver the camera to change perspective

b. change the brush size to the desired length and width.

c. use the x,y coordinates to locate the spot for an obstacle.

d. place the obstacle by its bottom left corner.

e. raise the ground to the desired height.

f. calculate the perimeter, surface area, and volume of the resulting shape. In this case, the
bottom does not count in
the total surface area
because it is not
exposed.

12. Remind pairs to switch roles


after a designated time.

13. Monitor the students'


progress as they create their
obstacle courses.

14. Make sure they complete


they completely record the
dimensions of each obstacle
on their activity sheets in
preparation for their
homework.

Homework: Finish Calculations

The students should finish calculating the perimeter, surface area, and volume of their obstacles if
they did not finish in class.

Kodu Curriculum: Math Module 40


Lesson 5: Activator - Obstacle Course Mini-Game

Directions: Use a pencil to draw paths to navigate the obstacle course. You are to draw lines
from the starting point through each target and then come back to the starting point.

Kodu Curriculum: Math Module 41


Name _______________________________________________ Per ____ Date ___________

Lesson 5 Student Activity: Obstacle Course Construction

Directions
1. You will work with a teacher-designated clock buddy for this assignment and use pair
programming rules to cooperate with one another. Your teacher will tell you when it is time
to switch roles.
2. Start a new world and create a grid that is at least 20 x 20 and is placed so that the bottom
left corner is at (0,0).

3. You may only use materials 29, 30, or 31.

4. Place a small tree in the bottom right corner of the grid. This will mark the origin (0,0).

5. Create an obstacle course according to the specifications in the table below.

6. You will be asked to calculate some of the shape's properties. Remember to use proper
units.

7. You will have the option of choosing the location and dimensions of some of your obstacles.

8. If you are done early, decorate your game by adding trees, clouds, other objects, and
additional obstacles. If you do choose to add more obstacles, you must record their data in
the table below by adding more rows.

Specifications
Obstacle Location Length Width Height Perimeter Surface Area Volume
A (5,5) 1 1 4
B (10,15) 2 2 5
C (11,0) 3 3 6
D ( , )
E ( , )
F ( , )
Additional
Additional

Kodu Curriculum: Math Module 42


Lesson 6: Placing and Programming Items

Standards
Identify, compare, and analyze attributes of two- and three-dimensional shapes and develop
vocabulary to describe the attributes.
(NCTM Geometry, Gr. 3-5)

Identify and build a three-dimensional object from two-dimensional representations of that object.
(NCTM Geometry, Gr. 3-5)

Develop strategies to determine the surface areas and volumes of rectangular solids.
(NCTM Measurement, Gr. 3-5)

Understand such attributes as length, area, weight, volume, and size of angle and select the
appropriate type of unit for measuring each attribute. (NCTM Measurement, Gr. 3-5)
Describe location and movement using common language and geometric vocabulary.
(NCTM Geometry, Gr. 3-5)

Make and use coordinate systems to specify locations and to describe paths.
(NCTM Geometry, Gr. 3-5)

Mastery Objectives/Results
When given an objects properties such as length, width, height, surface area, volume, and
location, students will represent that object as a three-dimensional shape in a coordinate
plane.
When given an object, students will place that object at pre-designated and student-
determined locations in a coordinate plane.
When given a condition and consequence, students will represent it as a When...Do...
statement in Kodu.

Student Resources
Lesson 6 - Student Activity - Placing Items (doc)

Teacher Resources
Obstacle Course - Stage 1 (Kodu file)
*This world contains a Kodu, obstacles, and a tree.

Vocabulary
conditional

Kodu Curriculum: Math Module 43


Lesson Sequence

Activator (5 minutes)

1. Tell students to write 2-3 pieces of advice they would give to other students who are creating
the Kodu obstacle course made of shapes.

2. Ask students to share their answers with the class.

3. Tell students that they have finished creating their obstacles and will now place their apples,
and then program the apples to score a point and disappear when touched.

Placing and Programming an Apple to Score and Disappear (15 minutes)

4. Placing an apple

a. Open up Obstacle Course - Stage 1. This world contains the obstacles, but not the apples.

b. Show students how to select an apple and place it at an example location (3,3).

- Select the Kodu tool.


- Move the mouse to (3,3).
- Click and select apple.
5. Programming an apple

a. Tell students to right-click on the apple and select Program.

b. Tell students that since they want the apple to do two different actions when it is touched by
a Kodu, they will need two WHEN-DO statements.

c. Ask students to describe the WHEN-DO statements required to tell the apple to score a
point and disappear when touched by the Kodu.

- Ex: WHEN the apple is touched, DO score a point


- Ex: WHEN the apple is touched, DO disappear

Kodu Curriculum: Math Module 44


d. Explain to students that a WHEN-DO
statement is a conditional statement. An Programming an Apple
action is based on a condition being met. Add a tile to the WHEN section by clicking
Only when the apple is touched will it score on the plus sign. Select the bump tile.
a point and disappear. Then WHEN part
of the statement is the condition. Click on the plus sign again. Select the
kodu tile.
e. Demonstrate how to create the following Add a tile to the DO section by clicking on
WHEN-DO statements:
the adjacent plus sign. Select the game
6. Now exit the current view and go back to the tile, then the score tile.
world by pressing Esc. Click on the plus sign again. Select the 1
point tile.
7. Click the play button to play the world. You
can alternatively press Esc again. Another WHEN-DO statement is required to
make the apple disappear.
8. Tell the students to add a Kodu to the game
In a second WHEN-DO statement, add a tile
and program it to move like they have done
to the WHEN section by clicking on the plus
previously.
sign. Select the bump tile.
9. Have the Kodu touch the apple. The apple Click on the plus sign again. Select the
should disappear and a point should be kodu tile.
scored!
Add a tile to the DO section by clicking on
the plus sign. Select the combat tile and
then the vanish tile.
Click on the plus sign again. Select the me
tile.

Programming a Kodu to Move


Right-click on the Kodu, select Program

Add a tile to the WHEN section by clicking on


the plus sign. Select the keyboard tile.

Add a tile to the DO section by clicking on


the plus sign. Select the move tile.

The Kodu will move according to the


keyboard's arrow keys.

Copying an Object (5 minutes)

10. Tell students that they will have to repeat the same procedure above for at least 5 apples total.
(Wait for groans)

11. Now tell students that there is a way to copy the object along with its code.

12. Right-click on the apple. Select copy.

Kodu Curriculum: Math Module 45


13. Right-click on a location. Select paste.

14. The apple will appear and contain the same code as the initial apple.

Student Activity: Placing Items (25 minutes)

15. Give out the worksheet titled, Student Activity


Placing Items. Extension: Say
Add a tile to the WHEN section by
16. Tell students that they will now place the items that
clicking on the plus sign. Select the
the Kodu will find. Some of the items have specific
bump tile.
locations (coordinates), and some locations are left
up to the students to determine. Click on the plus sign again. Select the
objects tile and then the apple tile.
17. Monitor the students' progress as they place items
in their worlds. Add a tile to the DO section by clicking
on the adjacent plus sign. Select the
18. Student who finish early can decorate their worlds or actions tile, then the say tile.
try the following extra programming task: When the
Type the message that you want the
Kodu bumps into an apple, it says, Yippee!
Kodu to say.
Students may want to use the code as a template
for other actions as well.

Kodu Curriculum: Math Module 46


Name _________________________________________________ Per ____ Date ___________

Lesson 6 Student Activity: Placing Items

Directions

1. You will work with a teacher-designated clock buddy for this assignment and use pair
programming rules to cooperate with one another. Your teacher will tell you when it is time
to switch roles.

2. In your game, your character will navigate through the obstacle course and find items. You
may choose what type of item (apple, coin, etc.) that your character will pick up.

3. Place the items at the locations in the table below.

4. You may choose the location of some of the items yourself, but you must record the location
in the table below.

5. If you are done early, decorate your game by adding trees, clouds, and other objects.

Specifications
Item Location
A (0,5)
B (10,5)
C (15,15)
D ( , )
E ( , )
F ( , )
Additional
Additional

Kodu Curriculum: Math Module 47


Lesson 7: Timing and Winning

Standards
Describe location and movement using common language and geometric vocabulary.
(NCTM Geometry, Gr. 3-5)

Make and use coordinate systems to specify locations and to describe paths.
(NCTM Geometry, Gr. 3-5)

Create and describe mental images of objects, patterns, and paths.


(NCTM Geometry, Gr. 3-5)

Mastery Objectives/Results
When given multiple target locations and obstacles, students will plot and model the shortest
paths between the locations using a computer simulation.
When given a set of locations, students will determine different routes to visit all of the
locations and determine the efficiency of each route by measuring the duration of travel.
When given a game goal, students will time how long it takes to achieve the goal and display
the time as a countdown.

Teacher Resources
Obstacle Course - Stage 2 (Kodu file)
*This world contains a Kodu, obstacles, a tree, and items.

Vocabulary
path

Lesson Sequence

Activator (5 minutes)

1. Create an obstacle course in your room consisting of desks, chairs, tables, or just tape.

2. Place an item in the obstacle course and mark out a starting point.

3. Ask students, Are there multiple paths to get to the item?

4. Ask students, How do you know which path is faster?

a. Students may answer that the path with the shortest distance is best. Ask them how they
would measure the shortest distance.

Kodu Curriculum: Math Module 48


b. Some may say that youd have to have people take different paths and time how long they
take to see which path is shortest.

5. Tell students that the goal of todays lesson is to model this scenario using our Kodu worlds.
They will create a timer to record how long it takes people to travel to the target items.

Programming a timer (15 minutes)

6. Select the Kodu tool and right-click on the tree. Select Program.

7. Program the tree to act as a timer. (Note: The tree doesnt have to contain the code for the
timer, any object in the world can)

a. Add a tile to the WHEN section by clicking on the plus sign. Select the timer tile.
b. Add a tile after the timer tile by clicking on the plus sign. Select the 1 second tile.
c. Add a tile to the accompanying DO section by clicking on the plus sign. Select the score
tile.
d. Add a tile after the score tile by clicking on the plus sign. Select the 1 point tile. (Here
the score represents seconds that have passed since the start of the game)
e. Multiple scores can be shown at one time. Currently, the apples increase the score when
they are touched and are displayed as a red score by default. The tree code should display
the timer in a different color.
f. Add a tile after the 1 point tile by clicking on the plus sign. Select the scores tile and
then the blue tile.

Winning the game (15 minutes)

8. Program the game to stop the timer (and the game) when the Kodu has reached all of the
items.

a. Select the Kodu tool, right-click on the tree, and select Program.

b. Add a tile to the WHEN section by clicking on the plus sign. Select the scored tile.

c. Add a tile after the scored tile by clicking on the plus sign. Select the points tile and then
the number of points corresponding to the number of items in your world.

Kodu Curriculum: Math Module 49


d. Add a tile to the accompanying DO section by clicking on the plus sign. Select the game
tile and then the win tile.

e. When the Kodu scores the required number of points, the timer will stop, and Winner will
be displayed. At this point the time can be recorded.

9. Allow students time to work on this task.

Programming Actions (15 minutes)

10. Students may want their Kodu to perform actions in


response to the keyboard. The following example Keyboard-Controlled Actions
code shows how to program the space key to make Add a tile to the WHEN section by
the Kodu jump. It can be used as a template to clicking on the plus sign. Select the
program other actions as well.
keyboard tile.
Click on the plus sign again. Select the
misc tile, and then the Space tile.
Add a tile to the DO section by clicking
on the adjacent plus sign. Select the
actions tile, then the jump tile.

Kodu Curriculum: Math Module 50


Lesson 8: Double the Items, Double the Time?

Standards
Describe location and movement using common language and geometric vocabulary.
(NCTM Geometry, Gr. 3-5)

Make and use coordinate systems to specify locations and to describe paths.
(NCTM Geometry, Gr. 3-5)

Create and describe mental images of objects, patterns, and paths.


(NCTM Geometry, Gr. 3-5)

Design investigations to address a question and consider how data-collection methods affect
the nature of the data set.
(NCTM Data Analysis and Probability, Gr. 3-5)

Collect data using observations, surveys, and experiments.


(NCTM Data Analysis and Probability, Gr. 3-5)

Mastery Objectives/Results
When given an increase in target items, students will design an investigation to determine the
effect on the time it takes to complete the retrieval of the items.
When given code templates, students will code their own specific actions by using the
template as an example.

Student Resources
Lesson 8 Student Activity Double the Items (doc)
Obstacle Course Cannon and Rock (Kodu file)
*This world contains a Kodu, obstacles, a tree, items, a timer, a cannon, and a rock.

Teacher Resources
Obstacle Course - Stage 3 (Kodu file)
*This world contains a Kodu, obstacles, a tree, items, and a timer.

Lesson Sequence

Activator (5 minutes)

1. Show students the current state of the Kodu world.

2. Ask: How does the game change if there are even more items to pick up?

3. We want to investigate a new scenario in which there are more errands to run represented by
more apples placed in more locations.

Kodu Curriculum: Math Module 51


4. Tell students that the goal of todays lesson is to investigate how doubling the number of items
to find and pick up affects the time it takes to complete the game. Will it increase the time? By
how much? Will it double the time?

5. Students will also get some free time to express themselves creatively in their worlds before
showing their games to their friends.

Student Activity: Creating Obstacle Course Version 2 (15 minutes)

6. Have students open up their current game.

7. Tell them to save their world, but give it a different name signifying the different version. There
is also a version chooser in the top right corner of the Save menu.

8. Select the Kodu tool and right-click on one of the apples. Select Copy.

9. Right-click on a location and select Paste.

10. Repeat this until the number of items has doubled.

11. Students should record the new items in their student activity sheet.

Creative Programming using a Template (30 minutes)

12. Demonstrate how to code the following actions:

a. When the Kodu bumps into a rock, the Kodu gets stunned

Kodu Curriculum: Math Module 52


- Add a rock to the world.
- Right-click on the rock and select Program.
- Add a tile to the WHEN section by clicking on the plus sign. Select the bump tile.
- Add a tile after the bump tile by clicking on the plus sign. Select the Kodu tile.
- Add a tile to the accompanying DO section by clicking on the plus sign. Select the
combat tile, and then the stun tile.
- Add a tile after the stun tile by clicking on the plus sign. Select the once tile.
This will ensure that the Kodu is not permanently stunned.

b. A cannon wanders around the world. When the Kodu bumps into the cannon, the Kodu will
explode and the game will end.

- Add a cannon to the world.


- Right-click on the rock and select Program.
- 1st statement
- Add a tile to the accompanying DO section by clicking on the plus sign. Select the
move tile.
- Add a tile after the move tile by clicking on the plus sign. Select the wander tile.
- 2nd statement
- Add a tile to the WHEN section by clicking on the plus sign. Select the bump tile.
- Add a tile after the bump tile by clicking on the plus sign. Select the Kodu tile.
- Add a tile to the accompanying DO section by clicking on the plus sign. Select the
combat tile, and then the boom tile.
- 3rd statement
- Add a tile to the WHEN section by clicking on the plus sign. Select the bump tile.
- Add a tile after the bump tile by clicking on the plus sign. Select the Kodu tile.
- Add a tile to the accompanying DO section by clicking on the plus sign. Select the
game tile, and then the end tile.
13. Ask: What are some other actions/events that you would like to create in your worlds? Give
students hints as to how to achieve their proposed actions.

14. Give students time to edit their worlds by using the examples learned in the demonstration.
The demonstration code is contained in an example Kodu world named Obstacle Course
Cannon and Rock.

Kodu Curriculum: Math Module 53


Name _________________________________________________ Per ____ Date ___________

Lesson 8 Student Activity: Double the Items


Directions

1. You will create a second version of your


obstacle course game that contains
double the number of items.

2. Place more items and record the


locations in the table below.

3. Remember that you can just copy and


paste the existing items.

4. If you are done early, decorate your


game by adding trees, clouds, and
other objects.

Specifications
Item Location

G ( , )

H ( , )

I ( , )

J ( , )

K ( , )

L ( , )

Additional ( , )

Additional ( , )

77

Kodu Curriculum: Math Module 54


Lesson 9: Data

Standards
Design investigations to address a question and consider how data-collection methods affect
the nature of the data set.
(NCTM Data Analysis and Probability, Gr. 3-5)

Collect data using observations, surveys, and experiments.


(NCTM Data Analysis and Probability, Gr. 3-5)

Represent data using tables and graphs such as line plots, bar graphs, and line graphs.
(NCTM Data Analysis and Probability, Gr. 3-5)

Use measures of center, focusing on the median, and understand what each does and does
not indicate about the data set.
(NCTM Data Analysis and Probability, Gr. 3-5)

Propose and justify conclusions and predictions that are based on data and design studies to
further investigate the conclusions or predictions.
(NCTM Data Analysis and Probability, Gr. 3-5)

Mastery Objectives/Results
When given a task, students will sample a population to collect performance data on the task.
When given a set of data, students will use measures of center such as the mean and
median, to describe the data set.

Student Resources
Kodu Obstacle Course Demo World (Kodu File)

Lesson Sequence

Activator (5 minutes)

1. Have students review how to calculate the average of the following number sets:

a. 5, 7, 2, 3, 3 (average = 4)
b. 6, 4 (average = 5)
c. 12, 13, 10, 13 (average = 12)

2. Tell students that they will be collecting data on how quickly people complete their obstacle
courses when the number of apples to pick up increases.

Kodu Curriculum: Math Module 55


Data Collection and Calculation (30 minutes)

3. Students will recruit at least 4 students from outside their group to play their game. The
students will play two versions of the game. One version will have x items to pick up, while the
other version will have 2x items. In this lesson we will use 5 and 10 items.

4. Tell the students to hypothesize how long it will take students to collect 5 items and then 10
items. Have them calculate the difference between the two hypothesized times.

5. Ask: Do you think it will take it will take double the time to collect double the items? Why or
why not? . They will later include their hypotheses and answers in an analysis of the project.

6. They will collect the completion times for each version of the game in a table similar to the one
below:

Time to collect 5 Time to collect 10


Name Difference in times
items items
Student A 34 seconds 45 seconds +11 seconds

Student B 38 seconds 44 seconds +6 seconds

Student C 39 seconds 52 seconds +13 seconds

Student D 24 seconds 34 seconds +10 seconds

7. They will then perform calculations on the data and create a table like the one below:

Average time to collect 5 items 33.75 seconds

Average time to collect 10 items 43.75 seconds

Average difference in times 10 seconds

Kodu Curriculum: Math Module 56


Data Analysis (15 minutes)

8. The students will answer the following questions in their student activity sheet to report the
results of their data collection. It is up to the teachers discretion whether to assign the data
analysis as group or individual work. They may have to finish this for homework.

a. What was your hypothesis for how long it would take to collect 5 and 10 items?

b. What were the actual average results?

c. Did you think it would take double the time to collect double the items? Why or why not?

d. What was the actual average difference in times between picking up 5 or 10 items? Was
this what you expected? Why or why not?

e. Explain why you think the difference in times was what it was.

f. What other experiment(s) would you perform to further investigate your conclusions?

Kodu Curriculum: Math Module 57


Lesson 9: Student Activity

Objectives: Collect data, analyze it, and report your findings.

Directions: Pick four students to play two different versions of your game. In one version there
will be x items to pick up, and the other version will have 2x items. Complete the headings in
the tables below by filling in the number of items you have in each version. Hypothesize the
average time it will take your peers to complete each version of your game. Collect the data
and calculate the averages. Analyze the data to see if it turned out the way you expected it.

Complete the tables and questions below.

Name Time to collect ___ items (s) Time to collect ___ items (s) Difference in times (s)

Average time to collect ___ items

Average time to collect ___ items

Average difference in times

Kodu Curriculum: Math Module 58


Questions

1. What was your hypothesis for how long it would take to collect 5 and 10 items?

2. What were the actual average results?

3. Did you think it would take double the time to collect double the items? Why or why not?

4. What was the actual average difference in times between picking up 5 or 10 items? Was
this what you expected? Why or why not?

5. Explain why you think the difference in times was what it was.

Kodu Curriculum: Math Module 59


Lesson 10: Showcasing Creativity

Standards Extension: 2 Player Game


Organize and consolidate their mathematical Extension: 2-Player Game
thinking through communication. Add another object, such as a cycle.
(NCTM Communication, Gr. 3-5)
Program the cycle to move according to
Communicate their mathematical thinking another set of keyboard keys. You will
coherently and clearly to peers, teachers, and have to specify the keys and the
others.
corresponding directions.
(NCTM Communication, Gr. 3-5)
Add code to the items so if a cycle
Recognize and apply mathematics in contexts bumps into them, they perform the same
outside of mathematics. actions as if a Kodu hit them, but the
(NCTM Connections, Gr. 3-5)
score should be changed from the
default red score to another color.
Mastery Objectives/Results
Edit the timer and win code similarly.
When given a complete product, students will
showcase their work and reflect on their learning Now you can race to see who gets the
most apples!

Lesson Sequence

Activator (5 minutes)

1. List 5 things you have learned from the Kodu Math Module

2. Have students share what they learned.

Reporting the Results (20 minutes)

3. Have each student group read their data analysis to the class.

4. Also have each group describe any unique aspects of their game.

Kodu Curriculum: Math Module 60


Other keys for movement

Gallery Walk (25 minutes)

5. Congratulate the students for their work and creativity.

6. Students should display their work at their computers and place a piece of paper next to
their computer to allow for comments.

7. Students will walk around trying out each others games and make positive comments on
the comment sheets.

Kodu Curriculum: Math Module 61


Kodu Curriculum: Appendix
Table of Contents

Appendix A: 3 Day Camp with Performance Standards ............................................ 2

Part 1: Introduction, Exploration, Practice ........................................................................ 3

Part 2: Instructions, Testing for Errors .............................................................................. 5

Part 3: Game Design using Storyboards ........................................................................... 6

Part 4: Conditions, Complex Behaviors ............................................................................. 7

Part 5: User Input, Creating a Tennis Game ...................................................................... 7

Appendix B: Educator and Student Surveys .............................................................. 9

Student Pre-Survey .............................................................................................................. 10

Student Post-Survey ............................................................................................................ 13

Educator Pre-Survey ............................................................................................................ 16

Educator Post-Survey .......................................................................................................... 20

Appendix C: Overview of the Controller ................................................................... 23

Introduce the Xbox Controller and Kodu Main Page ............................................................ 23

Parts of the Xbox Controller ................................................................................................. 23

Kodu Curriculum: Appendix 1


Appendix A: 3 Day Camp with Performance Standards
This 3-day curriculum framework was designed for a Microsoft DigiGirlz Technology camp. The
female high school students were exposed to Kodu for the first time and were given a project to
make a tennis-based game for the Washington Kastles, a local World Team Tennis franchise.
This version represents an unedited, rough draft and should be used as an example and
template for future endeavors.

Day 1: 4 hours

Day 2: 4 hours

Day 3: 4 hours

Standards References
MTLSS Maryland Technology Literacy Standards for Students (MTLSS Grade level. Standard.
Topic. Objective. Sub-Objective)

ITEA International Technology Education Association (ITEA STL - Standard. Objective)

CSTA Computer Science Teachers Association Level III National Standards Draft - October
2006 (CSTA Level. Topic. Objective)

Kodu Curriculum: Appendix 2


Part 1: Introduction, Exploration, Practice
Assumptions
Learners want to do, not watch.
Learners want to start with success and feel insecure about risky or difficult situations.
Learners have the curiosity and drive to explore with minimal instructions.
Learners want to have fun, collaborate, socialize, and share.

Essential Question(s)
What is a computer program?
What are the roles of objects in an object-oriented game?
How can you learn how to do things by editing already created work?

Enduring Understandings
A computer program is a sequence of instructions written in a programming language
designed to perform a task.
Objects in a game are like actors in a play; they are both programmed to act based on input.
(When Do)
Analyzing and editing a pre-existing product can teach you how the product was created.

Time Results Standards

1. Learners will choose five partners and practice the rules of


pair programming by working on Tangram puzzles.

20-30 min Activity: Pair programming with Tangrams.

Formative Assessment: They reflect with their partner on


the usefulness of this approach and how to make it work
better.

2. Learners will work in pairs. One will be the robot, the other
will be the programmer. The programmer will be given three
30 min different situations. Their partners playing the robot will
play/act out the part of the Robot. These program
commands are based on When Do statement will be the
only thing robot understands

Activity: Students will pick from 3 different behaviors and will


have to program a student to perform the action, but only
using Kodu command manipulatives.
a. Person 1 gets Kodu command list and a behavior
statement

Kodu Curriculum: Appendix 3


b. Person 1 uses the Kodu command list to program her
partner
c. The partner playing the robot will act it out in front
d. They two will switch roles.

Supplemental: The programmed girls get all together and


we see what their actions are. Have them program girls to
interact with one another or do funny things give examples
of funny things (When see a girl wearing a red shirt, turn in
a circle)

Formative Assessment: The programmed students will get


into groups of 10 and act out their behaviors among one
another.

1 hr. 30 3. When given a demonstration of Kodu environment Make two-dimensional and


min characteristics, the learner will be able to access the different three-dimensional
menus in the editor and identify the commands required for representations of the
performing an action.
designed solution. (ITEA
Demo: Creating and editing terrain, picking and placing STL-11.J)
objects, simple program statements. Do one WhenDo
at a time and show the effect after each statement. Then
start compounding the statements.

Exploration Activity: Students will be introduced to a


scenario and will pick from 2 different endings to implement
in their own way and complete the scene. (Need to play with
Kodu to come up with possibly better scenarios teach basic
concepts, show Kodu potential, and are attainable for
novices)

Scenario 1: A Kodu rancher, in hill country, is corralling her


herd of animals together, but they all avoid her, so she

Scenario 2: A Kodu farmer is walking around her farm and


every time she gets an apple

Formative Assessment: Students will display their work


through a gallery walk and reflect on the different ways
students approached similar situations.

Kodu Curriculum: Appendix 4


Part 2: Instructions, Testing for Errors
Essential Question(s)
How do you sequence instructions in order to perform a task?
How do you test for errors?
Enduring Understanding
Instructions are ordered chronologically by their execution and can be performed simultaneously.
Knowledge of the intended outcome is necessary when testing for errors.

Time Results Standards


1 hr. 30 4. When given a Kodu, WhenDo instruction that is out of
min order, students will put it in the correct order to perform the
correct task. (Done as a warm-up/review activity)
(on Day 1)
Activity

Part 1: Each student given a sign that has a word like when,
do, see, hear, bump, Kodu.. etc. They get into groups of 10
and have to program a behavior using each person. They
arrange themselves in order.

Supplemental: Put it on the computer afterwards and see


the effect.

Part 2 (optional)(Presenter note: Give real-life example of


competing directives that are prioritized) Arrange multiple
WhenDo statements in order of priority. Example:
Statements governing seeing and moving towards an apple is
of higher priority, than moving towards the apple tree.
(Day 2 after 5. (Optional) When given a program with logic errors and a Modeling, testing, evaluating,
storyboardi description of the intended outcome, the student will be able and modifying are used to
ng #6) to debug the errors to perform the intended result. transform ideas into practical
solutions. (ITEA STL-9.H)
Activity: Students get a buggy Kodu game that they must fix.
The game they get has some tennis-like aspects to it to Malfunctions of any part of a
acquaint them with some of the code they might need for system may affect the
their final game. function and quality of the
system. (ITEA STL-2.Q)

Test a solution to ensure that


it meets its stated
requirements. (CSTA 3.1.5)

Systems thinking involves


considering how every part
relates to others. (ITEA STL-
2.N)

Kodu Curriculum: Appendix 5


Part 3: Game Design using Storyboards
Enduring Understanding
Games are designed using a combination of storyboards with text.
Essential Question(s)
How do you design a game?

Time Results Standards

2 hours 6. When given a description of a scenario, the student will Given a problem statement,
design an accurate, graphical storyboard that visually write a natural language
represents the sequence of scenes in the scenario. procedure for solving the
problem. (CSTA 3.1.1)
Activity: Create a multi-panel storyboard depicting a tennis
video game. The different panels should show different
The use of symbols,
screenshots from the entire game from beginning (title
measurements, and drawings
screen) to end (victory screen).
promotes a clear
Situation: The Washington Kastles want to introduce the communication by providing a
game of tennis to elementary school kids in the DC area. common language to express
They have hired you to design a game based loosely on the ideas. (ITEA STL-17.K)
rules of tennis to excite kids about tennis and promote the
Kastles team. They have provided you with information and Use design tools (such as
a tour of their facility to inspire you. They have a few flowcharts or UML diagrams)
requirements though: to express a solution to a
problem. (CSTA 3.1.2)
Two player
Colorful
Must have some object bouncing and the two
players must hit the ball back and forth
Go over judgment criteria

Kodu Curriculum: Appendix 6


Part 4: Conditions, Complex Behaviors
Enduring Understandings
Programs respond differently depending on the situation.
Methods are used to group related code for repetition.

Essential Question(s)
How do you write a program so that it can make decisions?
How do you repeat instructions efficiently?

Time Results Standards

7. When given a task requiring a decision with alternative Write programs that use simple
results, the student will implement a conditional control and complex logic statements
structure to decide what action will be executed. (Kodu: (relational operators and Boolean
Switch to a different page of code)
operators). (CSTA 3.3.1)

Part 5: User Input, Creating a Tennis Game


Enduring Understanding
User input controls how a program executes.
Educational gaming is used to teach ideas in engaging and interactive ways.

Essential Question(s)
How can a program interact with a user?
How can a game teach a concept?

Time Results Standards

8. When given the description of an interactive video game, the Technological systems
student will pick appropriate user input events (controller include input, processes,
buttons) to represent and trigger tasks to be performed in the output, at times, feedback.
video game.
(ITEA STL-2.M)

9. (Done as demo) When given an existing project, the student Invention is a process of
will be able to innovate it with interaction by adding at least turning ideas and imagination
two user input events. into devices and systems.
Innovation is the process of
Activity: The students are given a pre-made Kodu project
that does not contain user input event-handling. They must modifying an existing product
identify two behaviors in the code that can be initiated by or system to improve it. (ITEA

Kodu Curriculum: Appendix 7


button presses. For example, a Kodu might have a jumping STL-10.G)
behavior that can be activated by pressing the A button.

10. When given the program requirements for an interactive Solve a problem by applying
tennis game, the student will build a game that uses various a problem-solving process
control structures, methods, and user input events. and translate the solution into
a program that uses
Situation: The Washington Kastles want to introduce the
appropriate data types and
game of tennis to elementary school kids in the DC area.
control structures. (CSTA
They have hired you to build a game based loosely on the
3.1.3)
rules of tennis to excite kids about tennis and promote the
Kastles team. They have provided you with information and The development of
a tour of their facility to inspire you. They have a few technology is a human
requirements though: activity and is the result of
individual and collective
Two player needs and the ability to be
Colorful creative. (ITEA STL-1.G)

Must have some object bouncing and the two Requirements are the
players must hit the ball back and forth parameters placed on the
development of a product or
Go over judgment criteria system. (ITEA STL-2.R)

Brainstorming is a group
problem-solving design
process in which each person
in the group presents his or
her ideas in an open forum.
(ITEA STL-9.G)

Kodu Curriculum: Appendix 8


Appendix B: Educator and Student Surveys
Educator Instructions
As a part of our larger goal to understand how Kodu impacts attitudes towards computer
science, we provide each academic partner with our multi-part questionnaire. These surveys
track attitudes toward computer programming as well as towards Kodu itself. By tracking
attitudes at multiple time points, we enable you to assess change over time. In addition to
accomplishing assessment goals, we hope that this survey also benefits educators by providing
a standardized measurement tool for tracking the impact of Kodu in the classroom.

Assessing Usage
We suggest that these surveys are administered at two time points:

Before Usage: This survey is intended to be administered immediately before students


use Kodu. Students should not be informed about Kodu or about the goals of the program
prior to this survey.
After Usage: This survey is meant to be administered at the end of your program. We
realize that programs vary in length. If your program is particularly long (e.g., one year) we
suggest that students complete the after survey at multiple intervals.

Unique Identifiers
We cannot collect personally identifying information about the children taking part in the study,
however, we would like to link childrens responses. Please give each child a unique identifier
(e.g., an 8 digit number or a text alias) that they can use for each survey. It is important that
they use the same identifier on each survey.

Contact Us
If you need help with assessment you can send this survey along with anonymous student
surveys to:

Kodu Team
Redwest-C/ 1225
One Microsoft Way
Redmond WA 98052

Or just email Bokud@microsoft.com with electronic results. We welcome any additional


feedback. We look forward to working with you to help make Kodu an effective educational tool.

Kodu Curriculum: Appendix 9


Student Pre-Survey

ID number (teachers will assign these numbers) __________________

Instructions: This survey is designed to help us understand your attitudes towards


computers and programming. There are no correct answers. We are interested in what you
are thinking right now. If you have questions or are not sure if an option is correct please
select the best possible response provided even though it might not perfectly describe your
attitudes or behaviors. Also, we will ask you to complete some free response questions.
Here we dont expect you to know the answers, we are just wondering what you are
thinking. Again, just do your best and keep in mind that it is OK to skip any questions that
you do not feel comfortable answering.

1. How old are you? _______________________________

2. What is your grade in school? _____________________

3. What is your gender? (check one)


Male
Female

4. How many hours each day do you spend playing video games (on your computer or on
your game console)? (check one)
None, I dont play video games.
Less than one hour
1-2 hours
3-4 hours
More than 5 hours

5. Have you ever taken a computer programming class before? (check one)
Yes
No

6. Why did you decide to try out Kodu? (check one)


It was part of a class.
My parents wanted me to.
I wanted to check out a new game.
I wanted to learn programming.
I wanted to create my own games.
I was trying it for someone else who I thought might like it.

Kodu Curriculum: Appendix 10


Other (please explain)___________________________________

The next questions use scales. For each question rate how much you agree by circling a
number from 1-7.

7. I know a lot about computer programming. (circle a number)

1 2 3 4 5 6 7
Strongly Strongly
Neutral
disagree agree

8. I know a lot about history. (circle a number)


1 2 3 4 5 6 7
Strongly Strongly
Neutral
disagree agree

Do you think computer programming is: (For each question rate how much you agree by
circling a number from 1-7.)

Strongly Strongly
Neutral
disagree agree
9. Creative 1 2 3 4 5 6 7

10. Difficult 1 2 3 4 5 6 7

11. Easy 1 2 3 4 5 6 7

12. Fun 1 2 3 4 5 6 7

13. Interesting 1 2 3 4 5 6 7

14. Nerdy 1 2 3 4 5 6 7

15. Boring 1 2 3 4 5 6 7

16. Frustrating 1 2 3 4 5 6 7

17. Cool 1 2 3 4 5 6 7
Something
18. 1 2 3 4 5 6 7
Id be good at

Kodu Curriculum: Appendix 11


19. If your school offered a computer science class next year, do you think you would take
it? (circle a number)
1 2 3 4 5 6 7
Never Unsure Definitely

20. Would you be interested in having a job in computer science one day? (circle a number)
1 2 3 4 5 6 7
Never Unsure Definitely

21. Video games are built by a lot of different people who have a lot of different jobs. What
do you think the role of the computer programmer is in making the video game?

22. What steps do you think are involved in creating a video game?

Kodu Curriculum: Appendix 12


Student Post-Survey
ID number (teachers will assign these numbers) __________________

Instructions: You are about to complete the follow-up survey. We will ask you about your
use of Kodu and again about your attitudes towards computer programming. You may see
some questions that you already answered in Survey I. Again, if you are not sure about a
response, just do your best to answer with what you are thinking right now. There are no
correct responses. Keep in mind that it is OK to skip any questions that you do not feel
comfortable answering. Thank you for using Kodu.

1. Does Kodu remind you of any subjects at school? (check one)


Math
Science
History
English
Art
Other (please explain)___________________________________

2. How much of your time was spent creating versus playing games in Kodu? (check one)
All of my time was spent creating games; I didnt play games at all.
Most of my time was spent creating games rather than playing games.
I spent equal amounts of time creating and playing games.
Most of my time was spent playing games rather than creating games.
All of my time was spent playing games; I didnt create games at all.

3. How did you learn to create games in Kodu? (check all that apply)
I taught myself.
I learned from my group.
I learned from the student teachers.
My parents taught me at home.
I learned from the instructor.
Other_____________________________.

Kodu Curriculum: Appendix 13


The next questions use scales. Please circle the number on the scale from 1-7 that is closest to
how you feel.

4. Creating games in Kodu was fun. (circle a number)


1 2 3 4 5 6 7
Strongly Strongly
Neutral
disagree agree

5. Creating games in Kodu was easy. (circle a number)


1 2 3 4 5 6 7

Strongly Neutral Strongly


disagree agree

6. Playing games in Kodu was fun. (circle a number)


1 2 3 4 5 6 7

Strongly Strongly
Neutral
disagree agree

7. Playing games in Kodu was easy. (circle a number)


1 2 3 4 5 6 7

Strongly Strongly
Neutral
disagree agree

8. My team worked well as a group. (circle a number)


1 2 3 4 5 6 7

Strongly Strongly
Neutral
disagree agree

9. I know a lot about computer programming. (circle a number)


1 2 3 4 5 6 7

Not
Some A lot
much
10. I know a lot about History. (circle a number)

1 2 3 4 5 6 7

Not
Some A lot
much

Kodu Curriculum: Appendix 14


11. Do you think computer programming is: (For each question rate how much you agree by
circling a number from 1-7.)

Strongly Strongly
Neutral
disagree agree

12. Creative 1 2 3 4 5 6 7

13. Difficult 1 2 3 4 5 6 7

14. Easy 1 2 3 4 5 6 7

15. Fun 1 2 3 4 5 6 7

16. Interesting 1 2 3 4 5 6 7

17. Nerdy 1 2 3 4 5 6 7

18. Boring 1 2 3 4 5 6 7

19. Frustrating 1 2 3 4 5 6 7

20. Cool 1 2 3 4 5 6 7

Something Id
21. 1 2 3 4 5 6 7
be good at

22. If your school offered a computer science class next year, do you think you would take it?
(circle a number)
1 2 3 4 5 6 7

Never Unsure Definitely

23. Would you be interested in having a job in computer science one day? (circle a number)
1 2 3 4 5 6 7

Never Unsure Definitely

24. Video games are built by a lot of different people who have a lot of different jobs. What do
you think the role of the computer programmer is in making the video game?

25. What steps do you think are involved in creating a video game?

26. What did you like most about Kodu?

27. What could be improved?

Kodu Curriculum: Appendix 15


Educator Pre-Survey
In order to make Kodu a better educational tool, we provide educators involved with the Kodu
program a multi-part survey. The goal of this survey is to allow you to provide feedback about
your experience with Kodu. These surveys ask about your use of technology in the classroom,
the benefits of Kodu and any difficulties you experiences.

We suggest that you take these surveys at two time points:

Before usage: This survey is intended to be taken before you start the Kodu program.
We are interested in your expectations.

After usage: This survey is meant to be taken three months after the Kodu program.
These questions are focused on your experience with Kodu and its educational impact in
your classroom.

Instructions: This survey is designed to assess your past use of technology and your goals
for the Kodu program. We will use your responses to improve the Kodu program in the
future. Select the best possible response.

1. Outside of this program, what is your role? (check one)


Math teacher
Computer teacher
Teacher, other _________________.
Administrator
Volunteer
Parent
Other _________________.

2. What subjects are you using Kodu to teach? (check one)


Math
Science
History
English
Art
Other (please explain) _________________.

Kodu Curriculum: Appendix 16


3. Is participation in the Kodu program: (check one)
Voluntary
Required

4. Is performance: (check one)


Graded
Not graded

5. Have you introduced computer programming concepts to students before? (check one)
Yes
No
No, but other educators have
No, I am unsure if the students primary educators have

6. Which of the following do you anticipate will be most difficult for you: (check as many as apply)
Learning programming concepts
Pacing the program appropriately
Reaching students of all ability levels
Using the Xbox controller
Assessing student learning
Keeping students engaged
Other_________________.

The next questions use scales. For each question rate how much you agree by circling a
number from 1-

7. Typically I enjoy using technology in the classroom. (circle a number)

1 2 3 4 5 6 7
Strongly Strongly
Neutral
disagree agree

8. I am comfortable introducing computer gaming concepts. (circle a number)


1 2 3 4 5 6 7
Strongly Strongly
Neutral
disagree agree

9. I am comfortable introducing computer programming concepts? (circle a number)


1 2 3 4 5 6 7
Strongly Strongly
Neutral
disagree agree

Kodu Curriculum: Appendix 17


10. In general, the students in this program are interested in computer programming. (circle a number)
1 2 3 4 5 6 7
Strongly Strongly
Neutral
disagree agree

11. On average, the students in this program have access to technology. (circle a number)

1 2 3 4 5 6 7
Strongly Strongly
Neutral
disagree agree

12. There was more interest in the Kodu program than in other similar programs at this school. (circle a
number)
1 2 3 4 5 6 7
Strongly Strongly
Neutral
disagree agree

Do you anticipate Kodu will help your students improve the following skills: (For each question rate how
much you agree by circling a number from 1-7. If unsure, circle the question mark.)

Strongly Strongly
Neutral Unsure
disagree agree
Computer
13. 1 2 3 4 5 6 7 ?
Programming

14. Math 1 2 3 4 5 6 7 ?

Problem
15. 1 2 3 4 5 6 7 ?
Solving
Computer
16. 1 2 3 4 5 6 7 ?
Skills (general)

17. Writing 1 2 3 4 5 6 7 ?

18. Art 1 2 3 4 5 6 7 ?

19. Empathy 1 2 3 4 5 6 7 ?

20. Group work 1 2 3 4 5 6 7 ?

Modeling
21. 1 2 3 4 5 6 7 ?
simulations

Kodu Curriculum: Appendix 18


22. Which of the following do you anticipate will be the biggest benefit of Kodu for your students: (check
as many as apply)
Creating positive attitudes towards computer programming.
Preparing students for technical jobs.
Improving problem solving skills.
Improving writing skills.
Improving collaboration skills.
Improving attitudes towards computer programming.
Other_________________.

23. What is your goal for the Kodu program?

24. What was the most difficult part about setting up the Kodu program?

Kodu Curriculum: Appendix 19


Educator Post-Survey

Instructions: You are about to complete the follow-up survey. We will ask you about your
students use of Kodu and your overall impressions. If you are not sure about a response
just select the option that is the best match.

In the next items, rate how strongly you agree:

1. I would use Kodu again. (circle a number)


1 2 3 4 5 6 7
Strongly Strongly
Neutral
disagree agree

2. I was comfortable introducing computer gaming concepts. (circle a number)


1 2 3 4 5 6 7
Strongly Strongly
Neutral
disagree agree

3. I was comfortable introducing computer programming concepts? (circle a number)


1 2 3 4 5 6 7
Strongly Strongly
Neutral
disagree agree

4. On average how much time did students spend playing versus creating games on Kodu? (circle a
number)
1 2 3 4 5 6 7

All time
All time playing Half/half
creating

5. On average how much time did students spend working in groups? (circle a number)
1 2 3 4 5 6 7

All time All time


Half/half
alone in groups

6. On average how much of the program was spent giving formalized instructions versus in unstructured
exploration? (circle a number)
1 2 3 4 5 6 7

All time All time


Half/half
exploring instructing

Kodu Curriculum: Appendix 20


Did the following students benefit from using Kodu: (For each question rate how much you agree by
circling a number from 1-7. If unsure, circle the question mark.)

Strongly Strongly
Neutral Unsure
disagree agree

7. Top of academic
1 2 3 4 5 6 7 ?
performers.

Middle half of
8. 1 2 3 4 5 6 7 ?
academic performers.

Bottom of academic
9. 1 2 3 4 5 6 7 ?
performers

Students less behavior


10. 1 2 3 4 5 6 7 ?
problems.

Students with more


11. 1 2 3 4 5 6 7 ?
behavior problems.

Students who have


12. more difficulty focusing 1 2 3 4 5 6 7 ?
in class.

Students who have


13. less difficulty focusing 1 2 3 4 5 6 7 ?
in class.

14. Other___________. 1 2 3 4 5 6 7 ?

Did Kodu help your students improve the following skills: (For each question rate how much you agree by
circling a number from 1-7. If unsure, circle the question mark.)

Strongly Strongly
Neutral Unsure
disagree agree
Computer
15. 1 2 3 4 5 6 7 ?
Programming
16. Math 1 2 3 4 5 6 7 ?
Problem
17. 1 2 3 4 5 6 7 ?
Solving
Computer
18. 1 2 3 4 5 6 7 ?
Skills (general)
19. Writing 1 2 3 4 5 6 7 ?

20. Art 1 2 3 4 5 6 7 ?

21. Empathy 1 2 3 4 5 6 7 ?
22. Group work 1 2 3 4 5 6 7 ?
Modeling
23. 1 2 3 4 5 6 7 ?
simulations

Kodu Curriculum: Appendix 21


24. If you were to offer this program again, what would you do differently?

25. If you were to offer this program again, what would you do similarly?

26. Do you have any feedback or advice for other programs?

Kodu Curriculum: Appendix 22


Appendix C: Overview of the Controller

Introduce the Xbox Controller and Kodu Main Page


When running a session with younger students or those who are not as familiar with the Xbox, it
may be helpful to introduce the Xbox controller in the first session. The survey and discussion
will allow you to know to what degree your students are familiar with it. The illustration below,
along with having students see what you are doing on the controller as you navigate the menu,
will give them an understanding of how the controller works before they are let loose on the
program. Depending on the number of students you have, consider sitting in a chair facing your
overhead projection or screen with the students in a circle around you (perhaps even with their
own unplugged controllers in their hands). As you navigate the screens, show them what you
are doing with the controller and point out its anatomy.

Parts of the Xbox Controller

Kodu Curriculum: Appendix 23

You might also like