Code edit (1 edits merged)
Please save this source code
User prompt
SoundRise Challenge
Initial prompt
In my new game I want to : The louder the sound you make, the louder you will rise. There are obstacles and pitfalls. You pass levels with each passing level. Also, each time you pass a level, it becomes different and more difficult than the previous one. There are 30 levels in the game.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});