User prompt
add The 'gameover' Sound From The Assets. after colliding With Pipes.
User prompt
Replace The 'Game Over' Text As 'Chodu Noob' Change Only The Text
User prompt
Don't Overlay Chodu Noob In Ongoing Game
User prompt
Don't Make Game Restart Automatically, Add Restart Game Button In The Chodu Noob Text, And Don't Display Chodu Noob After Tapping Chodu Noob, Make The Game Over, After Bird Touch The Bottom
User prompt
If Game Is Over Make It Say 'Chodu Noob' And Then Play Again Button IN Bottom
Initial prompt
Flappy Bird
===================================================================
--- original.js
+++ change.js
@@ -85,8 +85,9 @@
for (var i = pipes.length - 1; i >= 0; i--) {
pipes[i].update();
if (pipes[i].intersects(bird)) {
LK.effects.flashScreen(0xff0000, 1000);
+ LK.getSound('gameover').play();
LK.showGameOver('Chodu Noob');
}
if (pipes[i].x < bird.x && !pipes[i].passed) {
pipes[i].passed = true;
A Proper Bird not A Circle Or Rectangle (And The Bird Should Be In Pixelart) Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A Green Pipe Of Flappy Bird, instead Of The Squares, I Need A Single Straight Pipe (pipe should be single Single. I Need Horizontal Pipes Not Vertical.Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.