User prompt
make the enemies faster 10 percent each round
Code edit (1 edits merged)
Please save this source code
User prompt
make the enemies come in the similar time but assign their locations randomly they shouldnt have a pattern when they come
User prompt
make the enemies come in similar times from differen places
User prompt
in every 4 rounds add an enemy that moves randomly not only vertically
User prompt
decrease the waiting time between the enemies, they can come together sometimes
User prompt
increase the speed of the enemies each round by 5 percent
Code edit (1 edits merged)
Please save this source code
User prompt
each enemy hit will increase the point by 50 and there are no additional points for passing the rounds
User prompt
increase the enemies speed by x2
User prompt
change the background color to light grey
User prompt
increase the speed of the arrow by 1.5x
User prompt
The player will have a limited number of arrows which will be round number+10
Code edit (1 edits merged)
Please save this source code
User prompt
Arrow Defense
Initial prompt
I want to have an arrow in the bottom middle of the screen, where I will control the arrow with my finger or mouse to shoot the enemies. Enemies will come one by one slowly. In the first round there will be one enemy, if I beat it, I will pass to the next round which will be 2 enemies coming to me. One arrow will be enough to kill one enemy.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});