User prompt
Reduce the unit price to 35 gold
User prompt
Make units a little cheaper
User prompt
You know that 0/1000 waves thingy? Well, remove the /1000 thing
User prompt
Remove the wave limit
User prompt
The game now has INFINITE WAVES!
User prompt
Make goblins drop more gold
User prompt
Make goblins a little weaker
User prompt
Make waves a little easier by making goblins be slower and have less health, but they will get 2% more health and speed every wave
User prompt
Put the unit's name below the level of the tower
Code edit (1 edits merged)
Please save this source code
User prompt
Merge Defenders: Evolution
Initial prompt
Merging defense: a game where you merge units to make strongher units (example: rock thrower + rock thrower = slinger)to kill the goblins from reaching your base! You have 3 lives. (Units (from weakest to stronghest): rock thrower, slinger, spear thrower, archer, Fire archer, crossbowman, Mosquettere, cannoneer, rifleman, grenadier, tank); make sure to use ALL of the units i said and make them cost gold that is obtained through killing enemies or making in-app purchases with real money
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});