Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nathantarbert/flappy-bird-game
- Owner: NathanTarbert
- Created: 2021-11-15T02:04:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-18T17:20:43.000Z (about 3 years ago)
- Last Synced: 2024-12-13T18:23:22.025Z (about 1 month ago)
- Topics: 2d-game, 2d-graphics, flappy-bird-game
- Language: JavaScript
- Homepage: https://nathans-flappy-bird-game.netlify.app/
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.