User prompt
Let the upgrade in 10 clicks be 1500
User prompt
when you click the pen, it will appear in a random place on the screen and with each click it will teleport to a random place on the screen but not leave the screen
User prompt
play music when you start the game
User prompt
remove the click fortune text at the top
User prompt
Remove the text below tap the button to earn money
User prompt
When per click is 10, increase the upgrade price by 580
User prompt
remove the click text on the button
User prompt
Every time we click on the upgrade, the price of the upgrade increases by 100.
Code edit (1 edits merged)
Please save this source code
User prompt
Click Fortune
Initial prompt
play a clicking game with me Let's click the button in the middle so that 1 money comes with each click and there is an upgrade button below and every time we press it, the money comes instead of 1 and 2, so every time we upgrade, the money increases by 1 But the price of the upgrade will also increase
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});