User prompt
make it so when you make it up to 50 score a end screen is on the screen showing your score
User prompt
Replace the pipe shape with uploaded pipe image
User prompt
make the pipes uploaded image 2
User prompt
rename the game to flappy bird
User prompt
make it so when you are on title screen the bird stays in the air
User prompt
remove the player when the player is on title screen when player clicks play show the bird
User prompt
when you are on title screen freeze the play so when you click play it unfreezes the player
User prompt
make it so you dont die when you are on the title screen
User prompt
make the title screen where you click play have a image of flappy bird
User prompt
make it so when you start the game there is a screen that says play and if you click play it starts the game
User prompt
make it so when you click you jump higher
User prompt
make the player the uploaded image
User prompt
CHANGE THE GAME NAME TO Flappy bird 2
User prompt
MAKE IT SO THE PIPES ARE ON THE GROUND AND ON THE TOP
User prompt
MAKE IT SO WHEN YOU CLICK THE PLAYER JUMPS
Code edit (1 edits merged)
Please save this source code
User prompt
Flappy Bird
Initial prompt
FLAPPY BIRD
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});