Flappy Duck

by calebottinger000 in Circuits > Electronics

157 Views, 1 Favorites, 0 Comments

Flappy Duck

Screenshot (4).png
Screenshot (3).png

I made a flappy bird game. It is face paced and should help you with your reaction time, however it is still a prototype.

Supplies

Screenshot (1).png

I only needed a microbit and the code website to code it.

Screenshot (2).png

You first need to go to the start area and add the following code to get the game steady for introduction. Music, and what it says can be up to you!

Screenshot (5).png

Next, add the following code to your forever set. This should help get the game walls ready to fire up.

Screenshot (7).png

Add the rest of this code. This adds the speed, game over, and score as well.

Screenshot (8).png

Now, add these two pieces of code. This gives your bird a way to move. With this you should be able to finally boot up the game and have fun tricking your friends.