User prompt
Fix the code where it randomly gets set to NaN
User prompt
One time I got 20 click power and then I got set back to 5 when I bought another upgrade please fix
User prompt
Save the game every tick ↪💡 Consider importing and using the following plugins: @upit/storage.v1
User prompt
Add more challenge to the game so they can’t win in a day or two
User prompt
Add a notifications tab on the bottom for you to see all the notifications and upgrades and achievements you got
User prompt
Make the achievements bigger
User prompt
Add more achievements for winning and getting your first upgrade etc.
User prompt
Make achievements for the game like reaching 1000 clicks etc.
User prompt
Make the start over print button more spread out and big
User prompt
Make a button to start over but print the player with a start over screen to confirm
User prompt
The autoclickers don’t work please fix
Code edit (1 edits merged)
Please save this source code
User prompt
Square Clicker Empire
Initial prompt
Make a clicker game where you have to click a square and there are multiple items in the shop to get. If the player gets the desired amount, or in other words reach the last upgrade in the shop, they win. Make a counter for clicks. Save every click the player makes so if they have to go then they can just come back and continue. Make great upgrades!
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});