https://github.com/r3nanp/flappy-bird
🐦 A clone of a famous game, the Flappy Bird, made in Javascript and HTML Canvas API.
https://github.com/r3nanp/flappy-bird
canvas canvas-game flappybird game html javascript pwa
Last synced: about 1 year ago
JSON representation
🐦 A clone of a famous game, the Flappy Bird, made in Javascript and HTML Canvas API.
- Host: GitHub
- URL: https://github.com/r3nanp/flappy-bird
- Owner: r3nanp
- License: mit
- Created: 2020-08-21T00:19:14.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-12-17T12:28:42.000Z (over 4 years ago)
- Last Synced: 2025-04-08T11:51:36.424Z (about 1 year ago)
- Topics: canvas, canvas-game, flappybird, game, html, javascript, pwa
- Language: JavaScript
- Homepage: https://flappy-bird-rust.vercel.app
- Size: 2.57 MB
- Stars: 40
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 🐦 Flappy-Bird
> An clone of a famous game written in Javascript and HTML Canvas API.
---



# 🎉 Contributing
[Check this step by step](CONTRIBUTING.md)
# 🛠 Technologies Used
- HTML
- Canvas API
- Vite
- Javascript
# 👷♂️ How to run
Clone repository
```bash
git clone https://github.com/r3nanp/flappy-bird.git
```
Then, install the dependencies:
```bash
yarn
```
or
```bash
npm install
```
Run in your browser:
```bash
yarn dev
```
# 🔗 Link
[Flappy Bird Game](https://flappy-bird-rust.vercel.app)