Skip to content

SayanPal27/happybird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HappyBird

HappyBird is an implementation of the famous Flappy Bird game using OpenGL and SOIL.

Requirements

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++
    

Usage

  1. Compile the project:

    make
    
  2. Run the program:

    ./happybird
    

Controls

  • 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!

About

Implementing the famous Flappy Bird game using OpenGL and SOIL

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors