Volley of Birbs
Root / Submissions / [.]
kitesinpowerlinesCreated:
Version:DemoSize:
Dodge unending waves of birbs. If you hit one, you have to start over
Oops, I overlooked those things. Should be fixed now
alt music
In the code, on line 50 I believe, you can comment out the BGM and on the next line remove the ' for a more relaxing song if you wish.birb?
I'm gonna change it to "Bird" when the final game is released soon.
I came across a glitch, remember what Nathaniel stated below? About setting up boundaries? Well if you keep moving backwards by holding down on the D-pad or the circle-pad, the player's score will increase forever, luckily, all you need to do is add this to line 128:
IF Y<=0 THEN Y=0 IF Y>=207 THEN Y=207Just add it right after the X boundaries and you're all set! =) Fun game by the way.
Replying to:Morgan
I came across a glitch, remember what Nathaniel stated below? About setting up boundaries? Well if you keep moving backwards by holding down on the D-pad or the circle-pad, the player's score will increase forever, luckily, all you need to do is add this to line 128:
IF Y<=0 THEN Y=0 IF Y>=207 THEN Y=207Just add it right after the X boundaries and you're all set! =) Fun game by the way.
I will correct that. Thanks for your feedback!