User prompt
Make it so you can drag to pop faster
User prompt
Remove the restart text
User prompt
Make the restart text move over to the left and up a little
User prompt
Make a text that says restart on the restart button
User prompt
Make the restart button at the corner
User prompt
Make a button to restart
User prompt
Undo the drag finger thing
User prompt
Please fix the bug: 'Script error.' in or related to this line: 'if (bubbles[i].containsPoint(obj.global)) {' Line Number: 178
User prompt
Make it so when you drag your finger across the screen, you pop the ones touched
User prompt
Make the bubble popped text black
User prompt
Make it so there is a girl saying to breath in and breath out and saying relaxing things
User prompt
Make the background the same color but make it look like slightly crumpled up paper
Code edit (1 edits merged)
Please save this source code
User prompt
Bubble Zen Popper
Initial prompt
Make a satisfying bubble wrap game with a cyan background and blue bubbles and when you pop all of them you start over. Make it very soothing. When bubbles are tapped, or popped in other words, make the bubbles dissapear until the player starts over. Add a popping sound when bubbles are popped and a soothing background track.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});