Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charliegerard/flappy-windows
Flappy Bird with browser windows
https://github.com/charliegerard/flappy-windows
css game javascript
Last synced: 3 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-24T17:08:33.000Z (over 3 years ago)
- Last Synced: 2024-07-31T20:45:14.243Z (6 months ago)
- Topics: css, game, javascript
- Language: JavaScript
- Homepage: https://flappy-windows.netlify.com/
- Size: 4.61 MB
- Stars: 175
- Watchers: 3
- Forks: 23
- 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.*
![Game gif](flappy-demo.gif)
#### 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)