User prompt
the fruits want to be faster ↪💡 Consider importing and using the following plugins: @upit/tween.v1
Code edit (1 edits merged)
Please save this source code
User prompt
Fruit Slash Frenzy
Initial prompt
I want a game where you want to cut the fruits that game is infinite. When you lose you want to restart the game. When your score is 30 you have a double score when your score is 10000 you win
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});