Kodu Assignment 4

SOL CT 6-8.4 - 6-8.6, CT 6-8.8
SWBAT In this assignment you are going to create a game in which you (cycle) grab red apples and get points for them, while Kodu grabs green apples and subtracts points from your total.
Before
  1. What is Kodu?
  2. How do get to the Edit mode?
  3. How do you add an object?
During

The ground should consist of 3 islands with trees. The water should be deep enough so that the cycle must jump from island to island.

Objects:

  1. Cycle
    • program the cycle to move with the arrow keys
    • jump using the spacebar
    • grab red apples when you bump them and give 5 points. You must program this so that it does NOT give you continuous points for one apple.
  2. Trees
    • You must have 5 trees per island.
    • You must program 8 of the trees to create and drop red apples every 60 seconds. 7 of the trees should drop green apples.
  3. Kodu
    • Program Kodu to grab green apples and subtract 5 points per apple

Example

kodu assignment 4

After What problems did you encounter?
Play a classmates game. Which did you like better?