top of page
Flappy Bird Clone
-
Made using C++ and SFML.
-
2D Endless Game
Flappy Bird Gameplay
Gameplay
Some Important Mechanics:
-
Bird:
-
Flapping Mechanic with Animation
-
-
Obstacle Pipes:
-
Select random y co-ordinate to spawn pipes
-
Check Collision
-
Update Score
-
-
Obstacle Manager:
-
Pipe Spawning
-
Reset position of pipes by adding some offset distance from previous pipes
-
bottom of page