Skip to content

A Flappy Bird game clone written in JavaScript.

Notifications You must be signed in to change notification settings

neelesh93/flappy-bird-js

 
 

Repository files navigation

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.

About

A Flappy Bird game clone written in JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.3%
  • HTML 2.7%