HappyBird is an implementation of the famous Flappy Bird game using OpenGL and SOIL.
Before running the program, ensure you have the following dependencies installed:
-
SOIL image library:
sudo apt-get install libsoil-dev -
Freeglut:
sudo apt-get install freeglut3-dev -
g++ compiler:
sudo apt-get install g++
-
Compile the project:
make -
Run the program:
./happybird
- Press the spacebar to make the bird jump and avoid obstacles.
- Try to keep the bird flying for as long as possible without hitting any pipes.
Enjoy playing HappyBird!