User prompt
make arrow controler
Code edit (1 edits merged)
Please save this source code
User prompt
Catch the Falling Stars
Initial prompt
Create a game called 'Catch the Falling Stars'. Stars fall randomly from the top of the screen. The player controls a basket at the bottom and moves it left and right to catch them. Each star gives points. If three stars are missed, the game ends.
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
}); /****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});