Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)