1 / 4

The Code for Flappy Bird

The Code for Flappy Bird. By Olivia Tuffs-Moulds. For my. Variables .

fruma
Télécharger la présentation

The Code for Flappy Bird

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. The Code for Flappy Bird By Olivia Tuffs-Moulds

  2. For my Variables • A variable is something that changes. I have programmed my game so that the variables will make the Flappy Bird fly and fall. I have changed my game so that the ‘Velocity’ variable has been lowered to make my character not fly as high, making it easier to get a higher score.

  3. threads • A thread is when two actions happen at the same time. In my game, I have programmed it so that both the Flappy Bird and the pipes are visible at the same time. Another example of a thread is that as the Flappy Bird moves along, one pipe disappears and another one appears in a different position.

  4. SEQUENCE • A sequence is where one instruction will be followed by another. An example of a sequence in my game is when the Flappy Bird flaps it’s wings and then it jumps up. This will then continue every time I press the space button.

More Related