Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nathantarbert/flappy-bird-game

Build a simple flappy bird game programmed exclusively in JavaScript.
https://github.com/nathantarbert/flappy-bird-game

2d-game 2d-graphics flappy-bird-game

Last synced: 17 days ago
JSON representation

Build a simple flappy bird game programmed exclusively in JavaScript.

Awesome Lists containing this project

README

        

# flappy-bird
This game is deployed to: https://nathans-flappy-bird-game.netlify.app/

The idea is to build a simple flappy bird game using only Javascript, HTML and CSS. This is an ongoing project...

The game is fully functional, that passes through pipes and counts as the user plays. If a collision is made with a pipe the game ends and the number of pipes you passed through are displayed.