110 likes | 579 Views
Kodu. End of Unit Assessment. Learning Outcomes:. LO1 Create basic pseudo code for a Kodu game LO2 Apply syntax of Kodu to coding blocks LO3 Create a Frogger Game in Kodu . Scenario. http://www.youtube.com/watch?v=uB62ASeaNgE
E N D
Kodu End of Unit Assessment
Learning Outcomes: LO1 Create basic pseudo code for a Kodu game LO2 Apply syntax of Kodu to coding blocks LO3 Create a Frogger Game in Kodu.
Scenario http://www.youtube.com/watch?v=uB62ASeaNgE Your task is to create a game similar to the arcade game Frogger. A Frogger game has a character that tries to get to the other side of the world without being killed by the other characters moving along paths.
Task 1 Write a list of all the things you will have to change in a new world to create the game described. Your bullet pointed list should go here:
Task 1 Continued Extra space for your bullet pointed list…
Coding the Game Re-order the coding blocks for the game. Click and drag the blocks. Hint: There are more blocks then are required for each line of code. Read the description of what the code should do carefully.
Which coding blocks? Making the Kodu Character Move: Making the game finish when Kodu gets to the other side:
The Jet character will move along a specific coloured path: The Jet should damage the Kodu’s health when they touch bump into each other:
The Kodu scores a one point every time he collects a coin: The Kodu can increase its health by collecting a heart:
Write your answer here: How can you change the speed of the character? How can you make the game look more interesting? Write your answer here: