A Flappy Bird clone made with C++ and raylib for desktop platforms.
- Any C++ compiler and CMake.
- Platform specific requirements for building raylib.
git clone https://github.com/pessiuff/flappy_bird.git
cd flappy_bird
cmake -S . -B build
cmake --build build
# You don't have to copy the "assets/" folder near the executable unless you run the executable from root directory like this:
./build/flappy_bird