Created by : Pranab Mainali, Bishesh Khanal
💻 Source Code: GitHub
Summary
This Flappy bird web game is a web imitation of the actual flappy bird game developed by the Vietnamese video game artist and programmer Dong Nguyen, under his game development company Gears. In order to build this game, HTML and CSS was used for the structuring and styling aspect and functionality was coded in javascript.
Begenning of Game
When loading the game, users will be intruduced to the page that looks like the above image.
The user must click for the game to run and click the mouse to make the bird flap and or jump.
The goal of the game is to try and jump through the openings between the objects in black.
End of Game
If user fails to get through the obstacle or jumps too far up or down the boundries.
They'll be greeted to the end of the game which shows a summary of the user's recent game. Telling them their score.
💻 Source Code: GitHub