Music license: Music: Pixelland by Kevin MacLeod Free download: https://filmmusic.io/song/4222-pixelland Licensed under CC BY 4.0: https://filmmusic.io/standard-license
Sound files are too big to be included in this repository Please change the path of font accordingly
This project was an attempt to recreate and customise the world famous video game, Flappy Bird.
Command to run the game:
g++ *.cpp -IC:\mingw_dev_lib\include\SDL2 -LC:\mingw_dev_lib\lib -w -lmingw32 -lSDL2main -lSDL2 -lSDL2_image -lSDL2_mixer -lSDL2_ttf -o oop_project
1- Inheritance 2- Polymorphism 3- Operator Overloading 4- Virtual Functions 5- Pointer & object arrays 6- Dynamic memory allocation 7- Abstraction 8- Aggregation 9- Encapsulation 10- Composition 11- Association