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
- Host: GitHub
- URL: https://github.com/siteddv/flappy-bird
- Owner: siteddv
- License: mit
- Created: 2021-04-25T12:38:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-26T12:02:59.000Z (over 4 years ago)
- Last Synced: 2025-03-24T15:28:23.877Z (9 months ago)
- Topics: css, game, html, html-css-javascript, html5, javascript, javascript-applications, javascript-game, native-javascript, webgame
- Language: JavaScript
- Homepage: https://vino-gradom.github.io/flappy-bird/
- Size: 2.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## 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!