User prompt
Make the game easy
User prompt
Add more lives
User prompt
Make the chicken jump higher
User prompt
Please add touch control
Code edit (1 edits merged)
Please save this source code
User prompt
Chicken Face Jump
Initial prompt
Please help me make a face game where you use your face to make a chicken jump over obstacles
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});