Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 538 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 538 Bytes

Flappy Bird JS

A Flappy Bird game clone written in JavaScript. Reworked code from this tutorial with minor modifications. See the original code here.

How to Run

  1. Clone or download the repo

  2. Simply open the index.html file

  3. 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.