User prompt
Play the lse sound when the red bubble is popped
User prompt
When the red bubble is tapped play the lose sound effect
User prompt
Make sure the bubble pop sound plays right after the bubble is tapped
User prompt
When the player gets a game over the background music stops
User prompt
When the red bubble is popped play the lose sound effect
User prompt
When the player receives the game over message play the lose sound effect
User prompt
Make sure the background music plays
User prompt
Make sure when the red bubble is taped the player will lose
User prompt
Insert the bubble sprites
User prompt
Make sure the bubbles show up on screen when the game starts
User prompt
Ensure that the bubbles appear correctly
User prompt
The game really begins with the screen is clicked
User prompt
Make several bubbles appear on screen most are blue but one red bubble
User prompt
Bubble Trouble: Pop the Blues
Initial prompt
Several bubbles will appear on screen most of them blue except for one the non blue bubble will be red the player must pop the blue bubbles but if they pop the red bubble the player loses
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});