User prompt
change the numberkey text into black
User prompt
change the numberkey text color in black
User prompt
seperate the timer from panel asset
User prompt
align the position of tickkey with the buttons (3,6,9)
User prompt
align the position of 0key with the buttons (2,5,8)
User prompt
align the position of deletekey with the buttons (1,4,7)
User prompt
align the position of these buttons on the screen(deletekey,0,tick) with all other buttons in order\
User prompt
fix the position of these buttons on the screen(deletekey,0,tick)
User prompt
fix the position of these buttons on the screen(deletekey,0,tick)
User prompt
Please fix the bug: 'clearInterval is not a function' in or related to this line: 'clearInterval(timerInterval);' Line Number: 352
Code edit (1 edits merged)
Please save this source code
User prompt
Multiplication Master: Times Table Challenge
User prompt
add a winning screen popup for each correct guess at the end of each table
Initial prompt
create a mathematical game based on guessing the multiplications upto 20th table , give a player maximum of 3 lives or hearts as a health for each wrong guess it should reduce into one heart, set a timer for difficulty purpose , the user has to guess the answer and enter the number accordingly
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});