2. Flappy Bee
Dodge Like A Bee, Float Like a Butterfly
Dodge Like A Bee, Float Like a Butterfly
In the classic Flappy Bird, a bird bounces to dodge a series of oncoming pipes.
Challenge your reflexes with a re-creation the famous Flappy Bird game.
In Flappy Bee, you get to re-create the game and challenge your friends to the longest time you can dodge the pipes.
So let's get programming fun started.
On Start (Green Flag),
On Spacebar pressed,
//
On mobile devices,
your finger is your mouse.
Where to find ...
stop [this script]?
Variable(s)
Broadcast
// notice that BestTime = timer
// since the timer is constantly moving, we have to stop this code by using [stop "this script"]
...
Alternative Bee Control
What if you used [Glide 0.2sec to Mouse-Position] for the Flappy Bee instead? Try it.
Once your game is ready.
Coming Soon
The codes in this Youtube tutorial video may be slightly different from the one in the Google Slides above.
Start at 2:40 mins to start coding.
Upcoming