fossasia / flappy-svg

Flappy Bird in SVG. Play it at http://fossasia.github.io/flappy-svg/
Other
1.6k stars 157 forks source link

Possible fix for bug #273 #288

Closed unsuitable001 closed 3 years ago

unsuitable001 commented 4 years ago

Possible fix for bug #273 Fixes #273

unsuitable001 commented 4 years ago

Travis is failing due to broken play store link. Ref #289

niccokunzmann commented 4 years ago

This does not fix the build. What do you propose as a next step?

unsuitable001 commented 4 years ago

This does not fix the build. What do you propose as a next step?

Maybe a better collision detection.

Can I ask you one thing? As the js is inside embed, how can I console.log or, manipulate values or run functions from browser console ?

niccokunzmann commented 4 years ago

To open the console, you should be able to run the svg file directly in the browser.

On 10/14/19 6:22 AM, Soumyadip Mondal wrote:

This does not fix the build. What do you propose as a next step?

Maybe a better collision detection.

Can I ask you one thing? As the |js| is inside embed, how can I |console.log| or, manipulate values or run functions from |browser console| ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/fossasia/flappy-svg/pull/288?email_source=notifications&email_token=AAEJ4IGRJCWVTNXSIMPVLWDQOPXYVA5CNFSM4JAFMRNKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBDJ3BI#issuecomment-541498757, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEJ4IGRECXXTALL47Q5WPLQOPXYVANCNFSM4JAFMRNA.

unsuitable001 commented 4 years ago

On it. I'll push commit ASAP.