Flappy B ird Coding Explained

4
Flappy Bird Coding Explained By Michaela Mansfield

description

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

Transcript of Flappy B ird Coding Explained

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.