Unless you’ve been living in a cave or visiting outer space for the past months, you have certainly played Flappy Bird , one of the most successful games for mobile devices. Hence, I decided to give it a shot and recreate it using Unity. Needless to mention that all graphics and sounds found in the tutorial are used only for educational purposes and do not intend to harm any intellectual property at all circumstances. The sprite sheet used was found here http://www.spriters-resource.com/mobile_phone/flappybird/sheet/59537/ whereas the sounds were extracted from this youtube video https://www.youtube.com/watch?v=xY0sZUJWwA8 So, let’s start with the small tutorial! This game’s development has many aspects, we’ll attempt to touch all of them one by one. First of all, we used Unity’s spritesheet editor to “slice” the spritesheet and get references to specific sprites Then, we created a small animation to simulate the flight course of the bird (this can be easily accomplished if you drag-drop the relevant sprites into

Διαβάστε περισσότερα »