Flappy bird in C++

Ganapati Thota May 09, 2021

This project is a simple Flappy bird game made in C++. Just need to fly between the obstacles like a column of pipes without hitting them.

This project is a simple Flappy bird game made in C++. Just need to fly between the obstacles like a column of pipes without hitting them. In this, I have used a 2-D character array for making the bird. The user/player can control the 2-D bird by using the space key. I used the #define preprocessor directive to define screen width, screen height, windows width, menu width, gap size, and the difference between pipes

required libraries for the project:-

#include iostream
#include conio.h
#include dos.h
#include stdlib.h
#include string.h
#include windows.h
#include time.h

Project Files

Loading...
..
This directory is empty.

Comments (0)

Leave a Comment