User prompt
When you reach 3000 clicks everything is automated ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
When you reach 2500 clicks there is a message below the click counter saying: congratulations on getting here but it's not done yet
User prompt
When you reach 400 clicks the red cube is automated ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
When you reach 250 clicks a red triangle appears at the left of the cube that boost all clicks by 1.25 ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
When you reach 750 clicks the green circle is automated ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
When you reach 1000 clicks add a blue hexagon above the cube that multiples the clicks per click by 1.5 ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
When the cube has been clicked 500 times add a green circle under the cube that gives 2 clicks per click ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
When you reach 100 clicks the green cube automatically clicks itself ↪💡 Consider importing and using the following plugins: @upit/tween.v1
Code edit (1 edits merged)
Please save this source code
User prompt
Cube Clicker
Initial prompt
Make a game about clicking a cube to get points
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
}); /****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});