https://github.com/charliegerard/flappy-windows
Flappy Bird with browser windows
https://github.com/charliegerard/flappy-windows
css game javascript
Last synced: 12 months ago
JSON representation
Flappy Bird with browser windows
- Host: GitHub
- URL: https://github.com/charliegerard/flappy-windows
- Owner: charliegerard
- License: gpl-3.0
- Created: 2019-06-23T10:02:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-24T17:08:33.000Z (almost 5 years ago)
- Last Synced: 2025-04-14T02:34:14.847Z (about 1 year ago)
- Topics: css, game, javascript
- Language: JavaScript
- Homepage: https://flappy-windows.netlify.com/
- Size: 4.61 MB
- Stars: 184
- Watchers: 2
- Forks: 28
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Flappy Bird with browser windows
*This prototype was built over a weekend. This is not meant to be a full game.*

#### Status:
I've developed this prototype using Chrome. It's currently not really playable on Firefox. 😢
## How to play:
* Avoid the obstacles by pressing the `space bar` on your keyboard to make Flappy Bird go up.
* Press `q` to quit at any time.
* Press `r` to restart after you've hit an obstacle or touched the bottom of the screen;
## Credits:
Sounds from [this repo](https://github.com/nebez/floppybird).
## Extra:
Other prototype(s) built:
* [Browser Pong](https://github.com/charliegerard/browser-pong)