EvilZone

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

Title: I made a Flappy Bird game with code.org
Post by: GreyCat on January 08, 2016, 10:59:15 AM
https://studio.code.org/c/163126967
Title: Re: I made a Flappy Bird game with code.org
Post by: Synfer on 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.
Title: Re: I made a Flappy Bird game with code.org
Post by: puddi on 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
Title: Re: I made a Flappy Bird game with code.org
Post by: Pak_Track on January 08, 2016, 06:29:19 PM
Far less frustrating than the original one :P
Title: Re: I made a Flappy Bird game with code.org
Post by: Phage on 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.