User prompt
Change back ground colour into black
User prompt
Change the back ground
User prompt
When the bird touch on top of the screen finish the game
User prompt
Increse the jump
User prompt
Increse the jump
User prompt
Deincrese the jump
User prompt
When the bird fall down finish the game
User prompt
Increse the jump
User prompt
Increse the jump
User prompt
Increse the jump
Initial prompt
Flappy bird
===================================================================
--- original.js
+++ change.js
@@ -43,9 +43,9 @@
/****
* Initialize Game
****/
var game = new LK.Game({
- backgroundColor: 0x1E90FF // Dodger blue background
+ backgroundColor: 0x000000 // Black background
});
/****
* Game Code