User prompt
There should be a red line at the at the bottom of the game, and if a zombie touches it, it should indicate that the game is over.
User prompt
There should be a red line at the top of the game and if a zombie touches it, it should say game over.
User prompt
there is a problem when the zombies arrive and all of them are down then the next wave comes
User prompt
there is a problem when the zombies arrive and all of them are down then the next wave comes
Code edit (1 edits merged)
Please save this source code
User prompt
Pixel Zombie Outbreak
Initial prompt
Make a game that has zombies and the player has to shoot them, and make the game pixelated.
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
}); /****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});