User prompt
Edit the number of boxes according to the level and make them lower
User prompt
There should be no space between the boxes. There is a 50% chance of 1 space. There is a 35% chance of 2 spaces. There is a 25% chance of 3 spaces. There is a 10% chance of 4 spaces. There is a 5% chance of 5 spaces.
User prompt
Let's change the spawning percentages: 50% chance 2 times, 25% chance 4 times, 15% chance 8 times, 5% chance 16 times, according to the level
User prompt
There is a 20% chance that you will get a box that is twice the level number, and a 3% chance that you will get a box that is 4 times the level number.
User prompt
Make the number of balls thrown equal to the level number
Code edit (2 edits merged)
Please save this source code
User prompt
The problem occurs when you reach level 4.
User prompt
again the bug has entered, find the problem and solve it
User prompt
Level 4 is also bugged, it doesn't start again when the balls run out, fix this
User prompt
No, it's not like that, start from one again, go up to 100 and the boxes are proportional to the level, even double the level number with a 15% chance.
User prompt
Keep the level and the number of balls equal and make the level number 100
User prompt
the game is bugged, start the levels properly and edit them
User prompt
Coins and +1 balls should stay fixed between the boxes and not fall.
User prompt
Let's also throw a ball equal to the level.
User prompt
add things like coins and extra balls +1 that are placed behind the boxes
User prompt
Make the boxes a little bigger with the text and zoom in
Code edit (1 edits merged)
Please save this source code
User prompt
Ball Blast Brick Breaker
Initial prompt
Make me a game very similar to BBTAN and research it with everything and make it completely similar to it.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});