flappy-svg
flappy-svg copied to clipboard
Flappy Bird in SVG. Play it at http://fossasia.github.io/flappy-svg/
threading.js uses several timers. This can be reduced to one timer per interval. The problem with many timers is that they tend to schedule differently when you use them for...
There is an app for mac and several apps for android. One Andoid app already has the automatic download. Other apps copy the Github pages code. To keep the apps...
The [content folder](https://github.com/fossasia/flappy-svg/tree/master/FlappySVG_Windows/data/content) is the same as the gh-plages branch. Problem: How can it be updated? Possible solutions: - ok: add the flappy-svg gh-pages branch as submodule - best: download...
The custom app is in the master branch. It would be nice to be able to download it. Locations: - [ ] README.md in the master branch - [ ]...
The custom app uses a copy of the game in the master branch. To keep this up-to-date over the time, we should use the gh-pages branch. Possible solutions: - use...
**Context** Currently, everyone is able to check the working of the game as a website. There is no way to test a pull-request whether it works on the app. **Solution**...
When I open [Flappy SVG](http://fossasia.github.io/flappy-svg/) on an Android tablet in the browser, I get a 300ms delay from click to flap. This delay should be removed. This is a research...
We could use Webgl libraries like Cannon.js , Ammo.js or Three.js to make this Game. This will obviously require us to rewrite the existing gameplay code but this will make...