https://github.com/usmansbk/flappy-bird
A Flappy Bird clone using Phaser3
https://github.com/usmansbk/flappy-bird
game javascript phaser3 webpack
Last synced: about 1 year ago
JSON representation
A Flappy Bird clone using Phaser3
- Host: GitHub
- URL: https://github.com/usmansbk/flappy-bird
- Owner: usmansbk
- Created: 2021-08-25T07:53:20.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-03-18T10:54:06.000Z (over 2 years ago)
- Last Synced: 2025-04-20T00:44:56.990Z (about 1 year ago)
- Topics: game, javascript, phaser3, webpack
- Language: JavaScript
- Homepage: https://flappy-bird-lite.vercel.app/
- Size: 2.69 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flappy Bird
> Flappy Bird mobile game clone for web

Flappy Bird is a side-scroller where the player controls a bird, attempting to fly between columns of green pipes without hitting them.
## Built With
- Phaser 3
## Live Demo
[Live Demo Link](https://flappy-bird-lite.vercel.app/)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- NodeJS - [v16.x](https://nodejs.org/en/)
### Setup
```bash
git clone https://github.com/usmansbk/flappy-bird.git
cd ./flappy-bird
```
### Install
```bash
npm install
```
### Usage
```bash
npm start
```
### Build
```bash
npm run build
```
### Run Linters
```bash
npm run lint
```
### Troubleshoot
- Stuck in Loading? Update your Internet Download Manager extension.
## Authors
👤 **Babakolo Usman Suleiman**
- GitHub: [@usmansbk](https://github.com/usmansbk)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/usmansbk/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- [Flappy Bird mobile game by Dong Nguyen](https://en.wikipedia.org/wiki/Flappy_Bird)
## 📝 License
This project is [MIT](./MIT.md) licensed.