Code edit (1 edits merged)
Please save this source code
User prompt
Monster Mayhem: Punch or Perish
Initial prompt
Make a game about monsters in the middle of the screen getting bigger and you have to punch them to death before they cover the screen. Make it very very very very very bloody. If they cover the screen add a jumpscare
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});