Flappy Duck
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
I only needed a microbit and the code website to code it.
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!
Next, add the following code to your forever set. This should help get the game walls ready to fire up.
Add the rest of this code. This adds the speed, game over, and score as well.
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.