A Flappy Bird game clone written in JavaScript. Reworked code from this tutorial with minor modifications. See the original code here.
-
Clone or download the repo
-
Simply open the
index.html
file -
OR if you want to build the game yourself, run these commands:
npm install
npm run prod
The code uses webpack (via laravel-mix) as a build system.