Recreating Flappy Bird - Easier than I thought
Recreating Flappy Bird - Easier than I thought The journey of making snake was pretty much a nightmare, however making flappy bird was actually much easier than I originally thought. Easy enough to the point where I made it in around 3-4 days not in a row though, it was very sporadic because I had a lot of things going on while making it. Day 1 - Where do I start? I really had no idea where to start. Should I try to make the bird? Maybe the pipes? What about the UI? These questions always come to mind when building a game straight from scratch. What I like to do is to make the character first, and in this case that would be the bird! I started off simple, a yellow square, and a single script with the movement stuff. It took a while to finally get the flapping to work, but I got there eventually. The flapping however did not feel like the original game. This was because when the bird is falling, the velocity was usually greater than the flap velocity mak...