User prompt
delete enemy ship that got hit when shot
User prompt
kill enemy ship when shot by bullet
User prompt
when player hits enemy with bullet kill enemy and add to score
Code edit (1 edits merged)
Please save this source code
User prompt
Face Invaders: Cosmic Guardian
Initial prompt
make a facekit game
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});