Code edit (1 edits merged)
Please save this source code
User prompt
Powerpuff Snowball Rolling Adventure
Initial prompt
The powerpuff girls: they have make a snow-man with a top hat and a grey scarf. But.... Tap on the giant snowball to make it roll through 9 trees. Tap on it to make it roll again. Until it reaches to the fence.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});