A Flappy Bird clone in JavaScript
Play in browser: https://revanee.github.io/TrashyDove/
Run using electron:
- Install NodeJS Stable
- Run in cmd "npm install electron -g"
- Open project directory in cmd and run "npm install"
- Again in the project directory run "electron ."