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
Submitted by Ganapati Thota (shikiz)
Download packets of source code on Coders Packet
Comments