Rocket Race

Use your rocket ship to collect stars! Make sure to avoid planets!


Play this demo in full screen.

1) Choose a character and background.


Play this demo in full screen.

2) Have your character rotate right when the right arrow key is pressed, and left when the left arrow key is pressed.


Play this demo in full screen.

3) When the space key is pressed, have your character move forward.


Play this demo in full screen.

4) When the character passes the edge of the screen, have it appear on the opposite edge.


Play this demo in full screen.

5) Every few seconds, have an object for your character to collect appear on the screen.


Play this demo in full screen.

6) Have the objects disappear when touched by your character.


Play this demo in full screen.

7) Create a score variable and have it increase every time you collect an object. Display the score variable on the screen.


Play this demo in full screen.

8) Create obstacles for your character to avoid. Have them appear in set intervals of time. Have each obstacle be a random size.


Play this demo in full screen.

9) Make the game stop if your character hits an obstacle and create a "Game Over" message.


Play this demo in full screen.

10) Create a message that only stays visible for a few seconds that tells the player how to play the game.


Play this demo in full screen.