Top Banner
Flappy Bird Coding Explained By Michaela Mansfield
4

Flappy B ird Coding Explained

Feb 16, 2016

Download

Documents

Flappy B ird Coding Explained. By Michaela Mansfield. This coding sequence instructs me to bounce through the pipes when the space bar is pressed. The velocity of the code controls the height of my jumps. - PowerPoint PPT Presentation
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Flappy  B ird Coding Explained

Flappy Bird Coding Explained

By Michaela Mansfield

Page 2: Flappy  B ird Coding Explained

This coding sequence instructs me to bounce through the pipes when the

space bar is pressed.

The velocity of the code controls the height of my jumps.

Page 3: Flappy  B ird Coding Explained

This sequence controls what the pipes do, such as changing position and moving at the same pace as the

flappy bird.

Page 4: Flappy  B ird Coding Explained

This tells the score variable to change every time the bird passes through a pipe, and to say high score if the new

score is higher than the old one.