User prompt
Also make the hearts visible on the screen
User prompt
OK, so for the power up a player can only have the minimum of three hearts if a player is down a heart and they get the power up they just get the third Heart
User prompt
And make the player automatically shoot
User prompt
The slider isn’t working out. It’s too glitchy.
User prompt
Make a slider at the bottom so it’s easier to control the player
User prompt
How about the power ups give the player an a heart
User prompt
make controls easyer
User prompt
make only a few players shoot
User prompt
make a slider so the player can move back and forth
User prompt
all of them are shooting at once how about only a few shoot
Code edit (1 edits merged)
Please save this source code
User prompt
Space Invader Blitz
Initial prompt
make a space invader like game
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});