Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-17T12:28:42.000Z (about 3 years ago)
- Last Synced: 2023-03-03T23:34:19.524Z (almost 2 years ago)
- Topics: canvas, canvas-game, flappybird, game, html, javascript, pwa
- Language: JavaScript
- Homepage: https://flappy-bird-rust.vercel.app
- Size: 2.57 MB
- Stars: 43
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
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.
---
![r3nanp](https://img.shields.io/badge/r3nanp-flappy--bird-blue?style=for-the-badge&color=FFFF00&labelColor=000000)
![license mit](https://img.shields.io/github/license/r3nanp/flappy-bird?color=blue&label=LICENSE&logo=github&style=for-the-badge)
![prs](https://img.shields.io/static/v1?label=PRs&message=welcome&style=for-the-badge&color=24B36B&labelColor=000000)# 🎉 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)