flappy-bird
flappy-bird copied to clipboard
🐦 A clone of a famous game, the Flappy Bird, made in Javascript and HTML Canvas API.
🐦 Flappy-Bird
An clone of a famous game written in Javascript and HTML Canvas API.
🎉 Contributing
Check this step by step
🛠 Technologies Used
- HTML
- Canvas API
- Vite
- Javascript
👷♂️ How to run
Clone repository
git clone https://github.com/r3nanp/flappy-bird.git
Then, install the dependencies:
yarn
or
npm install
Run in your browser:
yarn dev