Skip to content

AlejandroSuau/cplusplus_flappy_bird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flappy Bird - C++ and SDL

alt text

alt text

Technology

Compilation:

  • C++20, CMake & Make.

Framework and libraries:

  • SDL2
  • SDL2_image
  • SDL2_mixer
  • SDL2_ttf

Windows - Build and execute

cmake -B build`
cd build
cmake --build .
.\Debug\FlappyBird.exe

MacOS - Build and execute

cmake -B build
cd build
make
./FlappyBird

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages