codewithganeshhh / Flappy_Bird

Home Page:https://codewithganeshhh.github.io/Flappy_Bird/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simon_Game_Challenge

This is a simple implementation of the Flappy Bird game using HTML, CSS, and JavaScript.


Description ๐Ÿ“ƒ

  • Flappy Bird is a popular side-scrolling game where the player controls a bird and tries to navigate it through gaps between pipes without touching them. The objective is to achieve the highest possible score by successfully passing through as many gaps as possible.

functionalities ๐ŸŽฎ

  • The game starts as soon as it is loaded in the browser.
  • The player can control the bird's movement by clicking or tapping on the screen, causing the bird to flap its wings and ascend.
  • Gravity pulls the bird downward, and if it touches any of the pipes or the ground, the game is over.
  • The player's score increases with each successfully passed gap between the pipes.
  • The game keeps track of the player's highest score.
  • The player can restart the game by refreshing the page.

How to play? ๐Ÿ•น๏ธ

  • To play or keep the bird Floating Press Space or Arrow Up key
  • The game will stopp once the birds collides or Falls
  • Press space or arrowup key to then restart the game

Screenshots ๐Ÿ“ธ


image


Working video ๐Ÿ“น


Flappy_Bird.mp4

About

https://codewithganeshhh.github.io/Flappy_Bird/


Languages

Language:JavaScript 71.9%Language:HTML 16.9%Language:CSS 11.2%