Flappy Bird clone with multiplayer
-
-
This is really nicely done!
Are you using drawquad with tint for the birds?
-
@MikeDX No, I just used setSpriteColour()
-
great stuff. i forgot people use sprites (I've been working with just image manipulation)
-
Really great stuff! This looks very polished already, but here are 2 suggestions:
- Is it possible to have the moon behind the cloud backdrop`in some way? Right now, the moon repeats its movement across the background.
- Perhaps you could implement a bitmapped font for scoring, to match the visual style of the game?
Great work!
-
- Yes I'll probably make the last layer of background static. It moves now as at first it was the only background layer but now it'll make more sense to keep it still.
- I wanted to do that, but I can't find a way to change the font. Is there a way to do it in fuze?
-
@WaltonSimons said in Flappy Bird clone with multiplayer:
- I wanted to do that, but I can't find a way to change the font. Is there a way to do it in fuze?
@Jaywalker used a bitmap font in his Bomberman clone. He has shared his project, if you want to take a look.
https://fuzearena.com/forum/topic/54/bomberbrothers-a-bomberman-clone-wip
-
@Nisse5 Looks cool. I'll try to do it.
-
-
Yo awesome work!
-
I must say, this is fantastic! The animation you're doing on the sprites is perfectly timed. Looks like a blast to play :)