An open API service indexing awesome lists of open source software.

https://github.com/siteddv/flappy-bird

Browser game "Flappy bird" in native JavaScript
https://github.com/siteddv/flappy-bird

css game html html-css-javascript html5 javascript javascript-applications javascript-game native-javascript webgame

Last synced: 6 months ago
JSON representation

Browser game "Flappy bird" in native JavaScript

Awesome Lists containing this project

README

          

# "Flappy bird" browser game

## About
###### Browser game "Flappy bird" is coded in native JavaScript.
###### I made this game to practice my knowledge in native JavaScript.

## Interface
![Browser game interface](https://github.com/vino-gradom/flappy-bird/blob/master/img/InterfacePresentation.gif)

## Technologies used
###### HTML, JavaScript

## Project structure
* Game board

## Links
###### [Link to the site](https://vino-gradom.github.io/flappy-bird/)
###### [Download ZIP](https://github.com/vino-gradom/flappy-bird/archive/refs/heads/master.zip)

## How to clone the repository to a local machine?
###### 1) Move to desired folder
###### 2) Type this git code
```git
git clone https://github.com/vino-gradom/flappy-bird.git .
```

## Have a nice experience with the repository!