0% found this document useful (0 votes)
71 views

YEAR 9 ICT - Programming With Kodu - Game Planning Sheet

The document provides planning details for a student's game design project where they must create a 2-player adventure game in Kodu. The game objective is for players to race against each other to find a magic apple while facing obstacles like a giant Kodu enemy. It includes sketches of the game landscape and tables to select game objects like fish that attack players, cannons that shoot fire, and coins that add points when collected.

Uploaded by

Amy Kelly
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
71 views

YEAR 9 ICT - Programming With Kodu - Game Planning Sheet

The document provides planning details for a student's game design project where they must create a 2-player adventure game in Kodu. The game objective is for players to race against each other to find a magic apple while facing obstacles like a giant Kodu enemy. It includes sketches of the game landscape and tables to select game objects like fish that attack players, cannons that shoot fire, and coins that add points when collected.

Uploaded by

Amy Kelly
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

YEAR 9 ICT Programming with Kodu Game Planning Sheet

For your unit assessment, you will be designing, planning and packaging a game. Using this sheet, design your game by completing the boxes.

What will your game be about?


Describe your game and how it will work. What is the objective of the game

Draw an outline of your land here

In my game you have to find the magic apple. The apple will be hidden somewhere in the world, you have to face many things to get to it. You will have to fight a giant kodu who will try to kill you.

What objects/bots will you have?


Circle all objects you want to use and number them. Choose up to six different items. Then complete the table over the page for each one you have numbered

How many players and how will they win In the game you can only play with 2 players you will have to race against each other to get the magic apple, once the first person gets to the apple the both players will automatically be taken to the giant and whoever dies first loses.

Who is the audience and What type of game is it The audience is any age higher than 3. This game is adventure.

1 How many of each?

10 fishes

1 apple

2 cannons

11 trees

20 coins

1 scooter

What will they be used for?

They will be used by trying to eat the player.

Winning the game.

To try to kill the player.

To make it complicated.

What will they do?

They will eat the player and shoot misiles.

What code is needed for them? (WHEN: DO)

When: Fish, see, me Do: shoot, misiles.

Once the player eats the apple a giant will appear and try to kill them. When: me, eats, apple Do: me, appear, kodu.

Shoot fire at the player and will kill them.

They have to collect 20 coins and the special apple to fight the giant. They will just Disappear stand there and once the player get in the way. eats touches the coin.

Moving around and collecting stuff.

Collect stuff.

When: Cannon, see, me Do: shoot, fire.

Nothing

When: me, touch, coin Do: vanish, score, +1 point.

When: keyboard, arrows. Do: move.

You might also like