EvilZone

Programming and Scripting => Beginner's Corner => : GreyCat January 08, 2016, 10:59:15 AM

: I made a Flappy Bird game with code.org
: GreyCat January 08, 2016, 10:59:15 AM
https://studio.code.org/c/163126967
: Re: I made a Flappy Bird game with code.org
: Synfer January 08, 2016, 05:10:20 PM
I think you fucked up something with the score, it goes randomly back to 0, for example after 2 pipes my score would logically be 2 and at the next one become three, but it jumps back to zero.
: Re: I made a Flappy Bird game with code.org
: puddi January 08, 2016, 05:37:50 PM
I think you fucked up something with the score, it goes randomly back to 0, for example after 2 pipes my score would logically be 2 and at the next one become three, but it jumps back to zero.
apparently it happens when you hit one of the pipes or to be exact, go through one of them since you don't restart and continue on and your score resets back to 0.

OP pls restarts on next version
: Re: I made a Flappy Bird game with code.org
: Pak_Track January 08, 2016, 06:29:19 PM
Far less frustrating than the original one :P
: Re: I made a Flappy Bird game with code.org
: Phage January 08, 2016, 06:37:51 PM
#1 It should get progressively harder.
#2 Don't use the Original Flappy Bird start page.
#3 Code.org, really?

I hope you decide to move on to real programming at some point. This is fine for understanding the logic, though.