flappy-svg
flappy-svg copied to clipboard
Flappy Bird in SVG. Play it at http://fossasia.github.io/flappy-svg/
This might be due to the incorrect URL when getting the sound resources
Can we have a website from there a user can download this game and play it offline instead of downloading from github.And we can add little information about the flappy-svg.
Animate something: the Camel, the Bat, the sun, the moon. They can have glowing eyes, flap, walk, jump, look at the mouse, ... - as you please You should use...
Changed commit from gh-pages to master branch. Changed styling, font , colour.
Changed font, colours, positioning. --- Edit: The Game Over isn't functioning
The Play Store link for this project is broken. https://play.google.com/store/apps/details?id=fossasia.flappysvg That's why every Travis CI build is failing.
In order to see if the APK compiles, make the build fail when something like this occurs: https://travis-ci.org/fossasia/flappy-svg#L312 This can be done in a shell script with set -e at...
**Problem** Currently, all layers are in flappy.svg. This causes the following problems: - Merge conflict when two people edit the flappy.svg at a time - Not obvious what was changed,...
Each level has - backgrounds - obstacles In a level.js file: - [ ] each level should be an own object Add methods: - [ ] Level.show() - [ ]...
It is possible - [ ] To build the app with gradle - [ ] To write down the shell command for this - [ ] To make travis execute...