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.git
Then, install the dependencies:
yarn
or
npm install
Run in your browser:
yarn dev