User prompt
reset the music volume when you press mute
User prompt
Please fix the bug: 'Uncaught TypeError: LK.pauseMusic is not a function' in or related to this line: 'LK.pauseMusic();' Line Number: 64
User prompt
every time I mute it, the music doesn't start over, it picks up where it left off
User prompt
add music mute button
User prompt
add background
User prompt
add music
User prompt
and when I select the acceleration keys, keep the text above it.
User prompt
Put 5x and 10x acceleration keys too
User prompt
put game acceleration buttons at the bottom of the screen. one for 1x speed and one for 2x speed
User prompt
if the team I selected doesn't win, I get a lost screen
User prompt
Please fix the bug: 'ReferenceError: scoreText is not defined' in or related to this line: 'scoreText.setText('Rock: ' + rockCount + ' Paper: ' + paperCount + ' Scissors: ' + scissorsCount);' Line Number: 288
User prompt
add a menu screen to choose our team before the game starts
User prompt
let them be in a round arena
Code edit (1 edits merged)
Please save this source code
User prompt
Rock Paper Scissors Battle Arena
Initial prompt
Give me a rock-paper-scissors game. 15 of each, and when they hit each other, the stronger one turns the other one to himself.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});