Zmiany

Skocz do: nawigacji, wyszukiwania

Module 3 - The “Cat in a Maze” Project

Dodane 534 bajty, 08:28, 7 lip 2015
/* Designing a game involving going through a maze */
'''''* When the right arrow key has been pressed, rotate the character by 90 degrees to the right.''''' <br/>
'''''* When the left arrow key has been pressed, rotate the character by 90 degrees to the left.''''' <br/>
 
'''Question:''' What should happen when the character reaches the exit? <br/>
''We discuss how the game is to end. Let our hero make a sound and display the word “Exit!” in a speech bubble. This is the end of the game, so we should stop all scripts.'' <br/>
 
 
''After discussing how the game is to end, we write on the board what we have agreed on, for example:'' <br/>
'''''* When the character has reached the exit, play a sound signal and display the word “Exit!,” and then:''''' <br/>
'''''* Stop everything.''''' <br/>
568
edycji