User prompt
when alot of balls go down and create new rows the game lags a bit, please fix
User prompt
please optimize the code, when there is many balls the game lags
User prompt
please make the ball bricks green for identifer
User prompt
please remove the speed powerup
User prompt
1. the balls do not follow the paddle. 2. the balls don't spawn at the broken ball brick. 3. you cant shoot the balls at all. Please fix these bugs
User prompt
add a chance for a brick to be a ball brick, upon breaking it spawns a ball that you permanently have, upon shooting this new ball will be added behind the other ball(s) you have
User prompt
when the ball drops down and you lose instead return the ball and add a row a long with moving the existing bricks down so the new row can be put in
Code edit (1 edits merged)
Please save this source code
User prompt
Brick Buster Bounce
Initial prompt
make a grid of bricks that you can break with a ball
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});