Kodu Assignment 4

SOL CT 6-8.4 - 6-8.6, CT 6-8.8
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.

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