User prompt
Every ten wave have one boss enemy who takes multiple hits to defeat and is bigger and has a special gun.
User prompt
Give the player 100 hp
User prompt
Make the enemies move down into about the middle and then stop moving.
User prompt
Make the enemies stay in place
Code edit (1 edits merged)
Please save this source code
User prompt
Shipwave: Endless Upgrades
Initial prompt
Create a game where you are a ship at the bottom of the screen with basic guns and an infinite amount of waves of enemies come at you and after killing a certain amount of enemies you can get upgrades to give you stronger and faster and better guns.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});