Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/charliegerard/flappy-windows

Flappy Bird with browser windows
https://github.com/charliegerard/flappy-windows

css game javascript

Last synced: about 1 month ago
JSON representation

Flappy Bird with browser windows

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)