User prompt
When the player drops a special bomb, it will directly find and destroy the nearest plane.
User prompt
Let the player drop special powerful bombs when he hits 5 fighter jets.
User prompt
when the game starts, the enemy planes will come vertically.
User prompt
when the game starts, the number of enemy planes will increase consecutively.
User prompt
enemy planes speed up every 30 seconds.
User prompt
put a time bar above the game screen.
User prompt
enemy planes speed up every minute.
User prompt
put an explosion effect when planes are destroyed ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
the player's airplane has a life bar and three hits ends the game.
Code edit (1 edits merged)
Please save this source code
User prompt
Sky Dogfight
Initial prompt
make a game where airplanes fight each other.
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
}); /****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});