flappy-svg icon indicating copy to clipboard operation
flappy-svg copied to clipboard

Flappy Bird in SVG. Play it at http://fossasia.github.io/flappy-svg/

Results 38 flappy-svg issues
Sort by recently updated
recently updated
newest added

1) The game is not ending: After playing the game i noticed that a message appears on screen(Game over),but the game is keep on playing and the score increases too...

At times, when replaying the game an error message appears saying "Error: getLayerNamed: Can not find a layer named "score_board". You should debug!". ![error message on replay](https://user-images.githubusercontent.com/46161935/135148322-bac8c3fb-3f16-4854-af59-af178dc900c7.png)

Create a distance counter. It needs a label in the top of screen and update continuosly the score.

easy
GCI

Added a distance counter to the top right corner below the score, as requested in issue #45

Hello, Was just trying this project for [Hacktoberfest 2019](https://hacktoberfest.digitalocean.com/details) and while searching throughout one of the README files, there was a link to http://flappy.fossasia.org/ where it was possible to test...

bug

resolved issue #273 game over without touching any object by modifying flapping.js isOverlap to add half of width/height to midpoint

At the beginning of the game, if the first object appears early, it sometimes doesn't end the game until you touch the next object. Example (bat icon): ![Screenshot (1600)](https://user-images.githubusercontent.com/46161935/135138214-66f6272c-cb2a-40bc-98b8-79ba6b0b46a4.png) ![Screenshot...

Change the sound URL from "../flappy-svg/Sounds/Flappy.mp3" to "../Sounds/Flappy.mp3" and "../flappy-svg/Sounds/GameOver.mp3" to "../Sounds/GameOver.mp3"

In response to Issue #92 Server: Create leader board. - [ ] Created a leaderboard.html for the project - [ ] Added stylings to the list - [ ] The...

![Screenshot (441)](https://user-images.githubusercontent.com/54541515/132119315-a09dad3b-db0e-42dd-a4f6-2abf62f1e235.png)