-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f6d7efa
commit 0903bc2
Showing
2 changed files
with
3 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
## Birdy Bird | ||
|
||
Javascript clone of Flappy Bird. | ||
Uses only [require.js](http://requirejs.org/) as library. | ||
Only uses [require.js](http://requirejs.org/) with domReady plugin and a [Promise shim](https://github.com/jakearchibald/es6-promise) as external libs. | ||
|
||
[Play HERE](http://master-lincoln.github.io/birdy-bird) _(Requires support for [Pomises](http://caniuse.com/promises) until I add a polyfill)_ | ||
[Play HERE](http://master-lincoln.github.io/birdy-bird) | ||
|
||
|
||
Graphic resources taken from the original game Flappy Bird © Dong Nguyen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters