Let's Build: How to code a Flappy Bird videogame in scratch

In this technology tutorial, we learn how to code a Flappy Bird videogame in scratch. This projects uses 3 sprites: flappy bird, top pipe and a bottom pipe. To code the videogame, we use loops, conditional statements, variables and math operators to create the desired behavior. We also learn how to create an #animation effect for the bird to flap it's wings.