Skip to content

TS-Code-Studios/flappy-bird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation instructions

On Linux/MacOS:

  1. Install CMake: https://cmake.org/download/
  2. Clone the repository:
    git clone --recurse-submodules https://github.com/TS-Code-Studios/flappy-bird && cd flappy-bird
    
  3. Create build files:
    cmake -B build && cd build
    
  4. Build the project (using Unix Makefile):
    make
    
  5. Run the executable:
    ./flappy-bird
    

About

Flappy Bird clone to demonstrate the usage of CaffeineGL for a 2D game.

Resources

License

Stars

Watchers

Forks

Contributors