User prompt
Say the word tutorial on the top of the screen
User prompt
Please fix the bug: 'Timeout.tick error: Cannot read properties of null (reading 'gridX')' in or related to this line: 'var originalX1 = tempFood1.gridX;' Line Number: 449
User prompt
When u swipe and don't match the food goes back to where it was with an animation ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Make the screen bigger
User prompt
Make swipe controls
Code edit (1 edits merged)
Please save this source code
User prompt
Food Frenzy Match
Initial prompt
Make a candy crush based game with all kinds of foods if you match the same foods 3 in a row it breaks and u get closer to finishing
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});