User prompt
Level increases every 10 kills
User prompt
The rocket only moves left and right.
User prompt
rocket moves and fires with the left mouse button
User prompt
bu roket ateş etmiyor
User prompt
The rocket can move and shoot at the same time with the mouse.
User prompt
The rocket is fired with the right mouse button.
User prompt
let the rocket move as the mouse moves
User prompt
let the rocket move
Code edit (1 edits merged)
Please save this source code
User prompt
Rocket vs Alien Swarm
Initial prompt
let's have a rocket in space. Let the aliens attack this rocket. And let the rocket shoot at these aliens. for every alien who touches the rocket, let the rocket's life decrease. And for every alien hit by the rocket, let the rocket's level rise. Let the aliens disappear in 2 strokes. An increase in the level 7 of the rocket alien.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});