User prompt
Hey Ava, this is excellent. Now make the paddle and the ball three times bigger and make the bricks bigger as well but also remove the amount of them by half.
Code edit (1 edits merged)
Please save this source code
User prompt
Brick Breaker Classic
Initial prompt
create a single-player game where the player controls a paddle at the bottom of the screen to bounce a ball upwards. The objective is to use the ball to break all the colored bricks arranged at the top of the screen, without letting the ball fall past the paddle
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});