An clone of a famous game written in Javascript and HTML Canvas API.
- HTML
- Canvas API
- Vite
- Javascript
Clone repository
git clone https://github.com/r3nanp/flappy-bird.gitThen, install the dependencies:
yarnor
npm installRun in your browser:
yarn dev