User prompt
when game start, start the music
User prompt
when tap the circle, start tap sound
User prompt
when game start show the start asset
User prompt
when tap the circle start tap
User prompt
make main menu
Code edit (1 edits merged)
Please save this source code
User prompt
Hello World: Tap the Circles!
Initial prompt
hello
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});