User prompt
Make it play the music Music on start and loop it
User prompt
Make the volume of the sizzle and burn 5
User prompt
Make the sounds play like the Burn and the Sizzle
User prompt
Please fix the bug: 'ReferenceError: Can't find variable: leaderboard' in or related to this line: 'leaderboard.submit({' Line Number: 102
User prompt
Please fix the bug: 'ReferenceError: Can't find variable: leaderboard' in or related to this line: 'leaderboard.submit({' Line Number: 102
User prompt
Please fix the bug: 'ReferenceError: Can't find variable: leaderboard' in or related to this line: 'leaderboard.submit({' Line Number: 102
User prompt
Please fix the bug: 'ReferenceError: Can't find variable: leaderboard' in or related to this line: 'leaderboard.submit({' Line Number: 102
User prompt
Add a public online realtime leaderboard with most cooked burger or like the points when you swipe
User prompt
Please fix the bug: 'TypeError: LK.now is not a function. (In 'LK.now()', 'LK.now' is undefined)' in or related to this line: 'if (patties.length === 0 && LK.now() - lastPattyTime > pattySpawnDelay) {' Line Number: 216
Code edit (1 edits merged)
Please save this source code
User prompt
Perfect Patty
Initial prompt
Make a patty cooking game where you have the patty on the stove for 2 seconds and it cooks and then if you wait 3 more seconds it burns and disappears but if it’s cooked you can tap the patty and it will go onto a bun and stop cooking
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});