Flappy Bird - Game

Technology   |    Project   |    Documentation   |    Note

🚀 Technology

This project was developed with the following technologies

JavaScript html css

💻 Project

A game entirely made in JavaScript inspired by the famous Flappy Bird game, in which the objective is to avoid obstacles by directing the doll with the arrow keys. Its architecture was made in html and css, using canvas, very good for creating games and dimensioning divs and tags, besides a better flexibility with css interaction for movements and collisions

Documentation

Only a browser is required to simulate the game! After downloading the repository, just go to the flappybird.html file and drag it to a tab in your browser Well, come on, do a clone of this repository. Then, navigate to the folder where it was cloned (or if you have a code editor with integrated terminal, just open it) and type:

Follow screenshots, and good gaming :)

game1

Note

  • After downloading the repository, just go to the flappybird.html file and drag it to a tab in your browser