top of page

Flappy Bird Clone

  • Made using C++ and SFML.

  • 2D Endless Game

Flappy Bird Gameplay

Gameplay

Some Important Mechanics:

  1. Bird:

    • Flapping Mechanic with Animation​

  2. Obstacle Pipes:

    • Select random y co-ordinate to spawn pipes​

    • Check Collision

    • Update Score

  3. Obstacle Manager:

    • Pipe Spawning

    • Reset position of pipes by adding some offset distance​ from previous pipes

bottom of page