Code edit (1 edits merged)
Please save this source code
User prompt
Slam Dunk Challenge
Initial prompt
I want a game and in that game you are playing basketball. You are boy and you want to score in the basket. You have to pass all the levels which are 10 and beat the last one. It gets more difficult with each level.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});