User prompt
Keep the money between the two pipes
User prompt
Let the coins give 5 points
User prompt
Box the score next to High Score
User prompt
Put the top score in a box
User prompt
Make the pipes facing up and down
User prompt
Make the pipes normal pipes
User prompt
No bird hovering on the start screen
User prompt
On the game start screen, keep the bird in the air until the game starts ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
make the game easy
User prompt
Make sure the bird stays in the air on the game start screen
User prompt
Leave some space between the upward and downward facing pipes
User prompt
High Score on the top right
User prompt
Increase the thickness of the pipes a little
User prompt
Also, the length of the pipes should be such that they touch up and touch down.
User prompt
Put coins between the pipes and they become points
Code edit (1 edits merged)
Please save this source code
User prompt
Flappy Wings
Initial prompt
Make me Flappy Bird
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
}); /****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});