Skip to content

Commit

Permalink
chnaged Promise note in text
Browse files Browse the repository at this point in the history
  • Loading branch information
master-lincoln committed Feb 15, 2014
1 parent f6d7efa commit 0903bc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
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
6 changes: 1 addition & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ <h1>Birdy Bird</h1>
<span class="small">Graphic resources taken from the original game Flappy Bird © Dong Nguyen
</span>
<p>
Javascript clone of Flappy Bird.<br>

<span class="small">
(Requires support for <a href="http://caniuse.com/promises">Pomises</a> until I add a polyfill)
</span><br>
Javascript clone of Flappy Bird.
</p>

<a href="https://github.com/master-lincoln/birdy-bird">
Expand Down

0 comments on commit 0903bc2

Please sign in to comment.