User prompt
All balloons will appear on the game screen
User prompt
If the game doesn't finish in 20 seconds, we're dead, so the game is over.
User prompt
Let the balloons stay where they are, if only 5 of our fires escape, the game ends, and let the balloons start in random places, let the number of balloons be 10.
User prompt
I gave up, don't let them get away from us
Code edit (1 edits merged)
Please save this source code
User prompt
Balloon Blaster: Aim & Pop
Initial prompt
There will be colored balloons and we will try to shoot those balloons. There will be a sight for it. Wherever we move it and if we press the left mouse button, it will shoot. If it touches the enemy, that is, if it touches the balloons, the balloon that touches it will burst and there will be 17 balloons in the beginning and the balloons will slowly move away from us. If 5 balloons go out of the game screen, the game will end.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});