Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 298 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 298 Bytes

TrashyDove

A Flappy Bird clone in JavaScript

Play in browser: https://revanee.github.io/TrashyDove/

Run using electron:

  1. Install NodeJS Stable
  2. Run in cmd "npm install electron -g"
  3. Open project directory in cmd and run "npm install"
  4. Again in the project directory run "electron ."