diff --git a/web-app/js/projects/flappy-game.js b/web-app/js/projects/flappy-game.js index ce9d0fe..bcfd0cc 100644 --- a/web-app/js/projects/flappy-game.js +++ b/web-app/js/projects/flappy-game.js @@ -1,7 +1,7 @@ function getFlappyGameHTML() { return `
-

🐦 Flappy Bird

+

🐦 Flappy Bird - Enhanced

@@ -9,7 +9,8 @@ function getFlappyGameHTML() {
  • Press SPACE or click to jump.
  • Avoid the green pipes.
  • -
  • Stay inside the game screen.
  • +
  • Difficulty increases as your score grows!
  • +
  • Stay focused and enjoy the smooth gameplay.
@@ -19,6 +20,18 @@ function getFlappyGameHTML() {