User prompt
Play space song 1 repeatedly throughout the game
User prompt
make enemy harder
User prompt
delete power ups
User prompt
Start the game with 3 lives
User prompt
make the game infinite and add life mechanics
Code edit (1 edits merged)
Please save this source code
User prompt
Space Defenders
Initial prompt
make game like space invaders
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});