Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 1.05 KB

TOC.md

File metadata and controls

23 lines (21 loc) · 1.05 KB

Flappy Bird Tutorial - Table of contents

Note:
I am constantly reworking my notes to create this tutorial so this is work in progress (WIP).

About the original game
Foreword - Why?
Code Design
License - How can I use the sources?
Outline- What is in this tutorial?
Preparations - Get the tool chain up and running
Part 0 - Render and animate background, ground, bird.
Part 1 - Introducing game states
Part 2 - The intro & pause states, plus fun with game physics
Part 3 - Pipes, collision & game over
Part 4 - Scores & hiscores
Part 5 - More scores & audio
Part 6 - Screen Transitions
Part 7 - Animations
...
ToDo's - Where could one polish the game?
Ideas - How could one change the game?
Moving on - And now?