Code edit (1 edits merged)
Please save this source code
User prompt
Mines & Monsters: RPG Sweeper
Initial prompt
I want to create a minesweeper game but with RPG elements. Instead of bombs there will be monsters, and each monser will have HP and Damage. Player will also have HP and Damage and will earn experience points when killing enemies. Player can choose when to use exp to level up and recover their hp.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});