User prompt
Make the bullet shoot higher than the player
User prompt
Make the player 3 times bigger
User prompt
Make the zombies take 2 hits before. They die
User prompt
Make the bullets point towards the touch location
User prompt
Make the bullets point in the direction of the player
User prompt
Make the bullet point towards the touch location
User prompt
Make the bullet size bigger
User prompt
Make the bullets shoot where the screen is touched
Code edit (1 edits merged)
Please save this source code
User prompt
Zombie Siege: Last Stand
Initial prompt
A zombie attack game with the player in the center
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});