User prompt
I don’t see the red bubbles
User prompt
Make red bubbles that appear every 1 minute and you have to pop them before they get to the top or you will lose
User prompt
Make bubbles float up faster
User prompt
Make the bubbles more cyan
User prompt
Make the bubbles different shades of blue
User prompt
Make the bubbles all blue
User prompt
Make the bubble popped counter black and bigger
User prompt
Make less bubbles float up at a time
User prompt
Make the bubbles float up faster
Code edit (1 edits merged)
Please save this source code
User prompt
Bubble Zen
Initial prompt
Make a game where bubbles come up from the bottom of the screen and you have to pop them before they go offscreen. Make the game very relaxing and make it feel like the player has all control. If they miss one then nothing happens. It just infinitely goes on so you can pop the bubbles floating up for as long as you want.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});