/my-flappy-bird

My flappy bird like game written in javascript for fun and learn.

Primary LanguageJavaScript

#my-flappy-bird Flappy bird like html 5 and javascript game, for fun and learn.

All the code is commented and free to use anyway you want.

#Setup game Make sure you have node and npm installed.

After checking out the project, on command-line, navigate to the server folder and run

npm install

After downloading and installing, run the server file:

node server.js

Now, you can go to your browser and check the game out at http://localhost:8080

My website article (portuguese): http://augustoclaro.com.br/jogo-inspirado-em-flappy-bird-feito-em-html-5-e-javascript-puro/

Demo: http://www.augustoclaro.com.br/flappy-game/

Thanks for reading :D